From a79505909ff755ad69a8b89281a5cf7da2d6baeb Mon Sep 17 00:00:00 2001 From: Dan Streetman Date: Mon, 16 Sep 2019 12:34:55 -0400 Subject: [PATCH] test: add temporarily blacklisted tests This temporarily blacklists some tests when run under Ubuntu CI. This is the upstream side of the Debian 'upstream' test MR: https://salsa.debian.org/systemd-team/systemd/merge_requests/52 The tests blacklisted here should only be temporarily blacklisted until they can be fixed; the intention is that these blacklist files will be added and removed over time while debugging/fixing flaky and/or regressed tests, without causing test failure noise for other PRs. --- test/TEST-24-UNIT-TESTS/blacklist-ubuntu-ci-ppc64el | 0 test/TEST-25-IMPORT/blacklist-ubuntu-ci | 0 test/TEST-30-ONCLOCKCHANGE/blacklist-ubuntu-ci-i386 | 0 test/TEST-36-NUMAPOLICY/blacklist-ubuntu-ci-s390x | 0 test/TEST-40-EXEC-COMMAND-EX/blacklist-ubuntu-ci-arm64 | 0 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 test/TEST-24-UNIT-TESTS/blacklist-ubuntu-ci-ppc64el create mode 100644 test/TEST-25-IMPORT/blacklist-ubuntu-ci create mode 100644 test/TEST-30-ONCLOCKCHANGE/blacklist-ubuntu-ci-i386 create mode 100644 test/TEST-36-NUMAPOLICY/blacklist-ubuntu-ci-s390x create mode 100644 test/TEST-40-EXEC-COMMAND-EX/blacklist-ubuntu-ci-arm64 diff --git a/test/TEST-24-UNIT-TESTS/blacklist-ubuntu-ci-ppc64el b/test/TEST-24-UNIT-TESTS/blacklist-ubuntu-ci-ppc64el new file mode 100644 index 00000000000..e69de29bb2d diff --git a/test/TEST-25-IMPORT/blacklist-ubuntu-ci b/test/TEST-25-IMPORT/blacklist-ubuntu-ci new file mode 100644 index 00000000000..e69de29bb2d diff --git a/test/TEST-30-ONCLOCKCHANGE/blacklist-ubuntu-ci-i386 b/test/TEST-30-ONCLOCKCHANGE/blacklist-ubuntu-ci-i386 new file mode 100644 index 00000000000..e69de29bb2d diff --git a/test/TEST-36-NUMAPOLICY/blacklist-ubuntu-ci-s390x b/test/TEST-36-NUMAPOLICY/blacklist-ubuntu-ci-s390x new file mode 100644 index 00000000000..e69de29bb2d diff --git a/test/TEST-40-EXEC-COMMAND-EX/blacklist-ubuntu-ci-arm64 b/test/TEST-40-EXEC-COMMAND-EX/blacklist-ubuntu-ci-arm64 new file mode 100644 index 00000000000..e69de29bb2d