From 7fb8e6246209c1182363ad7598695287ea633252 Mon Sep 17 00:00:00 2001 From: Radek Vykydal Date: Wed, 28 Aug 2024 09:54:28 +0200 Subject: [PATCH] Disable rpm-ostree-container-luks on rhel10 until gh1293 is fixed --- containers/runner/skip-testtypes | 1 + rpm-ostree-container-luks.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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