diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-06-05 21:30:19 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-06-06 11:24:09 +0200 |
commit | 3edc0c590d3a9212267d0a7cf56e95efa7f61039 (patch) | |
tree | a1925140ed899052d8b3497c03c620933c2f75de /test/TEST-16-EXTEND-TIMEOUT/test.sh | |
parent | tests: tighten check for TEST-06-SELINUX dependencies a bit (diff) | |
download | systemd-3edc0c590d3a9212267d0a7cf56e95efa7f61039.tar.xz systemd-3edc0c590d3a9212267d0a7cf56e95efa7f61039.zip |
test: disable QEMU based testing for TEST-16-EXTEND-TIMEOUT
The test is heavily dependent on timeouts, and if we are run in
potentially very slow QEMU instances there's a good chance we'll miss
some which we normally wouldn't miss. Hence, let's test this one in
nspawn only. Given that the test is purely in service management it
shouldn't matter whether it runs in nspawn or qemu, hence keep running
it in nspawn, but don't bother with qemu.
Similar, do this for TEST-03-JOBS, too, which operates with relatively
short sleep times internally.
Fixes: #9123
Diffstat (limited to 'test/TEST-16-EXTEND-TIMEOUT/test.sh')
-rwxr-xr-x | test/TEST-16-EXTEND-TIMEOUT/test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/TEST-16-EXTEND-TIMEOUT/test.sh b/test/TEST-16-EXTEND-TIMEOUT/test.sh index 4544672066..e7bb5430c0 100755 --- a/test/TEST-16-EXTEND-TIMEOUT/test.sh +++ b/test/TEST-16-EXTEND-TIMEOUT/test.sh @@ -4,6 +4,7 @@ set -e TEST_DESCRIPTION="EXTEND_TIMEOUT_USEC=usec start/runtime/stop tests" SKIP_INITRD=yes +TEST_NO_QEMU=1 . $TEST_BASE_DIR/test-functions |