diff --git a/containers/runner/skip-testtypes b/containers/runner/skip-testtypes index 3894cd0c..cfb44dbe 100644 --- a/containers/runner/skip-testtypes +++ b/containers/runner/skip-testtypes @@ -70,6 +70,7 @@ rhel10_skip_array=( gh1207 # packages-multilib failing gh1213 # harddrive-iso-single failing gh1270 # selinux-contexts failing + gh1293 # rpm-ostree-container-luks failing ) # used in workflows/daily-boot-iso-rhel8.yml diff --git a/rpm-ostree-container-luks.sh b/rpm-ostree-container-luks.sh index 97afd4d0..1351a29d 100755 --- a/rpm-ostree-container-luks.sh +++ b/rpm-ostree-container-luks.sh @@ -18,7 +18,7 @@ # Ignore unused variable parsed out by tooling scripts as test tags metadata # shellcheck disable=SC2034 -TESTTYPE="payload ostree bootc luks reboot skip-on-rhel-8 gh1250" +TESTTYPE="payload ostree bootc luks reboot skip-on-rhel-8 gh1250 gh1293" . ${KSTESTDIR}/functions.sh