From 04dbaa768184f86cec19de6040f39218f8ce3bcc Mon Sep 17 00:00:00 2001 From: Radek Vykydal Date: Mon, 17 Jun 2024 15:47:19 +0200 Subject: [PATCH] Disable groups-and-envs-1 on fedora until gh#1222 is fixed --- containers/runner/skip-testtypes | 1 + groups-and-envs-1.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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