diff --git a/containers/runner/skip-testtypes b/containers/runner/skip-testtypes index b9186c51..01f794c4 100644 --- a/containers/runner/skip-testtypes +++ b/containers/runner/skip-testtypes @@ -35,6 +35,7 @@ daily_iso_skip_array=( rhbz1853668 # multipath device not constructed back after installation gh975 # packages-default failing gh1023 # rpm-ostree failing + gh1060 # vnc tests too flaky ) rhel8_skip_array=( diff --git a/default-systemd-target-vnc.sh b/default-systemd-target-vnc.sh index 509a6377..57b7290d 100755 --- a/default-systemd-target-vnc.sh +++ b/default-systemd-target-vnc.sh @@ -19,7 +19,7 @@ # Ignore unused variable parsed out by tooling scripts as test tags metadata # shellcheck disable=SC2034 -TESTTYPE="services" +TESTTYPE="services gh1060" . ${KSTESTDIR}/functions.sh . ${KSTESTDIR}/validate-lib-services.sh diff --git a/ui_vnc.sh b/ui_vnc.sh index fd74762a..9ef77514 100755 --- a/ui_vnc.sh +++ b/ui_vnc.sh @@ -17,6 +17,6 @@ # # Ignore unused variable parsed out by tooling scripts as test tags metadata # shellcheck disable=SC2034 -TESTTYPE="ui" +TESTTYPE="ui gh1060" . ${KSTESTDIR}/functions.sh