diff --git a/containers/runner/skip-testtypes b/containers/runner/skip-testtypes index e78a5611..7a331356 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 + gh1222 # groups-and-envs-1 failing ) daily_iso_skip_array=( diff --git a/groups-and-envs-1.sh b/groups-and-envs-1.sh index da5f03aa..35628d32 100755 --- a/groups-and-envs-1.sh +++ b/groups-and-envs-1.sh @@ -20,6 +20,6 @@ # FIXME: times out on rhel8 # Ignore unused variable parsed out by tooling scripts as test tags metadata # shellcheck disable=SC2034 -TESTTYPE="packaging skip-on-rhel" +TESTTYPE="packaging skip-on-rhel gh1222" . ${KSTESTDIR}/functions.sh