From 103ed9d6f69ac86f5926b5f5f468f173bbf7e324 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Sun, 3 Dec 2023 21:09:29 +0100 Subject: [PATCH] Reenable TEST-25-IMPORT Should be resolved by https://github.com/systemd/systemd/pull/30291. --- integration/upstream-tests/test.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/integration/upstream-tests/test.sh b/integration/upstream-tests/test.sh index c654486..028e48e 100755 --- a/integration/upstream-tests/test.sh +++ b/integration/upstream-tests/test.sh @@ -56,8 +56,6 @@ export DENY_LIST_MARKERS=fedora-skip touch test/TEST-64-UDEV-STORAGE/fedora-skip # Temporarily skip TEST-13-NSPAWN until https://github.com/systemd/systemd/issues/30157 is resolved touch test/TEST-13-NSPAWN/fedora-skip -# Temporarily skip TEST-25-IMPORT, see https://github.com/systemd/systemd/issues/30250 -touch test/TEST-25-IMPORT/fedora-skip export ARTIFACT_DIRECTORY="${TMT_TEST_DATA:?}" export TEST_SAVE_JOURNAL=fail