Skip to content

Commit

Permalink
Disable vnc tests temporarily on daily-iso (gh#1060)
Browse files Browse the repository at this point in the history
Disable vnc tests on daily-iso until gh1060 is fixed.
  • Loading branch information
rvykydal committed Mar 8, 2024
1 parent 391af9f commit c40e584
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions containers/runner/skip-testtypes
Original file line number Diff line number Diff line change
Expand Up @@ -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=(
Expand Down
2 changes: 1 addition & 1 deletion default-systemd-target-vnc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ui_vnc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c40e584

Please sign in to comment.