diff --git a/containers/runner/skip-testtypes b/containers/runner/skip-testtypes index e78a5611..6fa3e3c6 100644 --- a/containers/runner/skip-testtypes +++ b/containers/runner/skip-testtypes @@ -22,6 +22,7 @@ fedora_skip_array=( gh975 # packages-default failing gh1023 # rpm-ostree failing gh1060 # vnc tests too flaky + gh1230 # rpm-ostree-conainer-{luks,bootc} failing ) daily_iso_skip_array=( diff --git a/rpm-ostree-container-bootc.sh b/rpm-ostree-container-bootc.sh index 336cd157..cb76a35a 100755 --- a/rpm-ostree-container-bootc.sh +++ b/rpm-ostree-container-bootc.sh @@ -18,7 +18,7 @@ # Ignore unused variable parsed out by tooling scripts as test tags metadata # shellcheck disable=SC2034 -TESTTYPE="payload ostree bootc reboot skip-on-rhel-8 skip-on-rhel-10" +TESTTYPE="payload ostree bootc reboot skip-on-rhel-8 skip-on-rhel-10 gh1230" . ${KSTESTDIR}/functions.sh diff --git a/rpm-ostree-container-luks.sh b/rpm-ostree-container-luks.sh index 9759fe7d..1fdb454d 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 skip-on-rhel-10" +TESTTYPE="payload ostree bootc luks reboot skip-on-rhel-8 skip-on-rhel-10 gh1230" . ${KSTESTDIR}/functions.sh