From e67d88e74bd8d663482a31a015497c49dd53400a Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Tue, 14 May 2019 13:13:04 +0200 Subject: [PATCH] tests: turn on the QEMU part in the Xenial job 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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/travis-ci/managers/xenial.sh b/travis-ci/managers/xenial.sh index e2e32738221..33b40e63c51 100755 --- a/travis-ci/managers/xenial.sh +++ b/travis-ci/managers/xenial.sh @@ -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 -- 2.47.3