Skip to content

Commit db5a3ac

Browse files
committed
Disable rpm-ostree-container-bootc on rhel10 temporarily.
Disable until RHEL-84110 is in.
1 parent 2f087e5 commit db5a3ac

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

containers/runner/skip-testtypes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ rhel10_skip_array=(
7171
gh1207 # packages-multilib failing
7272
gh1213 # harddrive-iso-single failing
7373
rhel80086 # pykickstart removes md_ prefix from new MD devices
74+
rhel84110 # rpm-container-ostree-bootc fix waiting for merge in RHEL 10.1
7475
)
7576

7677
# used in workflows/daily-boot-iso-rhel8.yml

rpm-ostree-container-bootc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
# Ignore unused variable parsed out by tooling scripts as test tags metadata
2020
# shellcheck disable=SC2034
21-
TESTTYPE="payload ostree bootc coverage reboot skip-on-rhel-8"
21+
TESTTYPE="payload ostree bootc coverage reboot skip-on-rhel-8 rhel84110"
2222

2323
. ${KSTESTDIR}/functions.sh
2424

0 commit comments

Comments
 (0)