]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tests: turn on the QEMU part in the Xenial job 12562/head
authorEvgeny Vereshchagin <evvers@ya.ru>
Tue, 14 May 2019 11:13:04 +0000 (13:13 +0200)
committerEvgeny Vereshchagin <evvers@ya.ru>
Tue, 14 May 2019 11:13:04 +0000 (13:13 +0200)
The test has been flaky since varlink was merged.
Let's not annoy people with the test that fails more often than not.

It should be OK because the same test is run on Arch.

travis-ci/managers/xenial.sh

index e2e32738221d73c816e4cc25b508034c40a2510a..33b40e63c51506c2cc2d09a951e400ccdc5805e7 100755 (executable)
@@ -21,4 +21,6 @@ make -C test/TEST-01-BASIC clean setup run NSPAWN_TIMEOUT=600 TEST_NO_QEMU=yes N
 # Now that we're more or less sure that ASan isn't going to crash systemd and cause a kernel panic
 # let's also run the test with QEMU to cover udevd, sysctl and everything else that isn't run
 # in containers.
-make -C test/TEST-01-BASIC clean setup run QEMU_TIMEOUT=900 TEST_NO_NSPAWN=yes
+
+# This should be turned on once `journalctl --flush` isn't flaky any more
+#make -C test/TEST-01-BASIC clean setup run QEMU_TIMEOUT=900 TEST_NO_NSPAWN=yes