diff options
Diffstat (limited to 'debian/tests/upstream')
-rwxr-xr-x | debian/tests/upstream | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/tests/upstream b/debian/tests/upstream index 7d81f29..1ca3df3 100755 --- a/debian/tests/upstream +++ b/debian/tests/upstream @@ -123,6 +123,11 @@ if [ ! -e /dev/kvm ]; then export TEST_NO_KVM=1 fi +# This test causes qemu to crash too often +if [ "${DEB_BUILD_PROFILES#*pkg.systemd.upstream*}" = "${DEB_BUILD_PROFILES:-}" ]; then + export TEST_SKIP=TEST-64-UDEV-STORAGE +fi + export ARTIFACT_DIRECTORY="$AUTOPKGTEST_ARTIFACTS" export PATH="${mkosi_tree}/bin:$PATH" export TEST_SAVE_JOURNAL=fail |