diff --git a/containers/runner/skip-testtypes b/containers/runner/skip-testtypes index 6de9584a..ea1118e8 100644 --- a/containers/runner/skip-testtypes +++ b/containers/runner/skip-testtypes @@ -22,6 +22,7 @@ fedora_skip_array=( gh1023 # rpm-ostree failing gh1060 # vnc tests too flaky gh1237 # container failing + gh1335 # image-deployment-2 failing ) daily_iso_skip_array=( diff --git a/image-deployment-2.sh b/image-deployment-2.sh index 621c2253..d5fc856e 100755 --- a/image-deployment-2.sh +++ b/image-deployment-2.sh @@ -17,7 +17,7 @@ # # Ignore unused variable parsed out by tooling scripts as test tags metadata # shellcheck disable=SC2034 -TESTTYPE="image-deployment skip-on-rhel-8" +TESTTYPE="image-deployment skip-on-rhel-8 gh1335" . ${KSTESTDIR}/functions.sh