]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: blacklist TEST-41 on Ubuntu CI
authorDan Streetman <ddstreet@canonical.com>
Thu, 17 Oct 2019 18:06:43 +0000 (14:06 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 18 Oct 2019 13:21:32 +0000 (15:21 +0200)
This test has been failing on Ubuntu CI since introduced, let's
blacklist it until we can debug what's causing it to fail.

test/TEST-41-ONESHOT-RESTART/blacklist-ubuntu-ci [new file with mode: 0644]

diff --git a/test/TEST-41-ONESHOT-RESTART/blacklist-ubuntu-ci b/test/TEST-41-ONESHOT-RESTART/blacklist-ubuntu-ci
new file mode 100644 (file)
index 0000000..22b34bb
--- /dev/null
@@ -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.