From 6b82c50bbd81dbb5310c1a268fd59e1741642f95 Mon Sep 17 00:00:00 2001 From: Radek Vykydal Date: Wed, 26 Jun 2024 11:45:17 +0200 Subject: [PATCH] Disable rpm-ostree-conainer-{luks,bootc} until gh#1230 is fixed --- containers/runner/skip-testtypes | 1 + rpm-ostree-container-bootc.sh | 2 +- rpm-ostree-container-luks.sh | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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