diff --git a/containers/runner/skip-testtypes b/containers/runner/skip-testtypes index 1429209b..8c5bb9bc 100644 --- a/containers/runner/skip-testtypes +++ b/containers/runner/skip-testtypes @@ -70,6 +70,7 @@ rhel10_skip_array=( gh1110 # storage-multipath-autopart failing gh1207 # packages-multilib failing gh1213 # harddrive-iso-single failing + gh1270 # selinux-contexts failing ) # used in workflows/daily-boot-iso-rhel8.yml diff --git a/selinux-contexts.sh b/selinux-contexts.sh index 03125aec..891e9831 100755 --- a/selinux-contexts.sh +++ b/selinux-contexts.sh @@ -19,7 +19,7 @@ # Ignore unused variable parsed out by tooling scripts as test tags metadata # shellcheck disable=SC2034 -TESTTYPE="security selinux" +TESTTYPE="security selinux gh1270" . ${KSTESTDIR}/functions.sh