From 10f8da3d0b653d6dafab29fb46087264113635a8 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Mon, 2 Sep 2024 20:28:55 +0200 Subject: [PATCH] Temporarily disable TEST-69-SHUTDOWN As screen 5.0.0 is FUBAR, see https://bugzilla.redhat.com/show_bug.cgi?id=2309284 --- integration/upstream-tests/test.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/integration/upstream-tests/test.sh b/integration/upstream-tests/test.sh index b9f2879..1c6655c 100755 --- a/integration/upstream-tests/test.sh +++ b/integration/upstream-tests/test.sh @@ -61,6 +61,9 @@ dracut -f -v -a crypt --install /usr/lib64/libkmod.so.2 --rebuild "$INITRD" export DENY_LIST_MARKERS=fedora-skip # Skip TEST-64-UDEV-STORAGE for now, as it takes a really long time without KVM touch test/TEST-64-UDEV-STORAGE/fedora-skip +# FIXME: screen 5.0.0 is FUBAR and break this test, re-enable once the issue is fixed +# See: https://bugzilla.redhat.com/show_bug.cgi?id=2309284 +touch test/TEST-69-SHUTDOWN/fedora-skip export ARTIFACT_DIRECTORY="${TMT_TEST_DATA:?}" export SPLIT_TEST_LOGS=1