summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDan Streetman <ddstreet@canonical.com>2019-10-17 14:06:43 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-10-18 15:21:32 +0200
commit626fbf7f70a79854aab5bb1f57442dec91ece948 (patch)
tree969c2952bca0132427eee2fa34e289260d5df6e1 /test
parentc4742de6d801b125abf3c4d1c710280f51d7c701 (diff)
downloadsystemd-626fbf7f70a79854aab5bb1f57442dec91ece948.tar.gz
test: blacklist TEST-41 on Ubuntu CI
This test has been failing on Ubuntu CI since introduced, let's blacklist it until we can debug what's causing it to fail.
Diffstat (limited to 'test')
-rw-r--r--test/TEST-41-ONESHOT-RESTART/blacklist-ubuntu-ci4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/TEST-41-ONESHOT-RESTART/blacklist-ubuntu-ci b/test/TEST-41-ONESHOT-RESTART/blacklist-ubuntu-ci
new file mode 100644
index 0000000000..22b34bbb0c
--- /dev/null
+++ b/test/TEST-41-ONESHOT-RESTART/blacklist-ubuntu-ci
@@ -0,0 +1,4 @@
+This appears to be failing on Ubuntu CI due to short sleep duration
+waiting for the service-restarts to complete, but doubling the
+sleep from 5 to 10 seconds didn't appear to help, so let's blacklist
+this on Ubuntu CI while debugging the test failure.