We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f087e5 commit db5a3acCopy full SHA for db5a3ac
containers/runner/skip-testtypes
@@ -71,6 +71,7 @@ rhel10_skip_array=(
71
gh1207 # packages-multilib failing
72
gh1213 # harddrive-iso-single failing
73
rhel80086 # pykickstart removes md_ prefix from new MD devices
74
+ rhel84110 # rpm-container-ostree-bootc fix waiting for merge in RHEL 10.1
75
)
76
77
# used in workflows/daily-boot-iso-rhel8.yml
rpm-ostree-container-bootc.sh
@@ -18,7 +18,7 @@
18
19
# Ignore unused variable parsed out by tooling scripts as test tags metadata
20
# shellcheck disable=SC2034
21
-TESTTYPE="payload ostree bootc coverage reboot skip-on-rhel-8"
+TESTTYPE="payload ostree bootc coverage reboot skip-on-rhel-8 rhel84110"
22
23
. ${KSTESTDIR}/functions.sh
24
0 commit comments