From e593174a3395cc5a74c830b4596ce57da0248ee1 Mon Sep 17 00:00:00 2001 From: Radek Vykydal Date: Tue, 21 May 2024 14:01:31 +0200 Subject: [PATCH] Disable tests using ext2 temporarily on rhel10 (gh#1178) Disable tests using ext2 until gh1178 is fixed. --- autopart-fstype.sh | 2 +- containers/runner/skip-testtypes | 1 + mountpoint-assignment-1.sh | 2 +- mountpoint-assignment-2.sh | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/autopart-fstype.sh b/autopart-fstype.sh index 24dc972a..dfc80bfe 100755 --- a/autopart-fstype.sh +++ b/autopart-fstype.sh @@ -19,7 +19,7 @@ # Ignore unused variable parsed out by tooling scripts as test tags metadata # shellcheck disable=SC2034 -TESTTYPE="autopart storage" +TESTTYPE="autopart storage gh1178" . ${KSTESTDIR}/functions.sh diff --git a/containers/runner/skip-testtypes b/containers/runner/skip-testtypes index acfac92a..2868e26a 100644 --- a/containers/runner/skip-testtypes +++ b/containers/runner/skip-testtypes @@ -69,6 +69,7 @@ rhel10_skip_array=( gh1108 # proxy-auth, proxy-kickstart failing gh1107 # rpm-ostree-container failing gh1110 # storage-multipath-autopart failing + gh1178 # tests using ext2 failing ) # used in workflows/daily-boot-iso-rhel8.yml diff --git a/mountpoint-assignment-1.sh b/mountpoint-assignment-1.sh index e258985c..3eb56dbd 100755 --- a/mountpoint-assignment-1.sh +++ b/mountpoint-assignment-1.sh @@ -19,6 +19,6 @@ # Ignore unused variable parsed out by tooling scripts as test tags metadata # shellcheck disable=SC2034 -TESTTYPE="mount storage coverage" +TESTTYPE="mount storage coverage gh1178" . ${KSTESTDIR}/functions.sh diff --git a/mountpoint-assignment-2.sh b/mountpoint-assignment-2.sh index a012d3a4..40c0665c 100755 --- a/mountpoint-assignment-2.sh +++ b/mountpoint-assignment-2.sh @@ -19,6 +19,6 @@ # Ignore unused variable parsed out by tooling scripts as test tags metadata # shellcheck disable=SC2034 -TESTTYPE="mount storage" +TESTTYPE="mount storage gh1178" . ${KSTESTDIR}/functions.sh