Skip to content

Commit

Permalink
Disable vnc tests temporarily on daily-iso (gh#978)
Browse files Browse the repository at this point in the history
Disable vnc tests on daily-iso until gh978 is fixed.
  • Loading branch information
rvykydal committed Jul 10, 2023
1 parent f5f3d42 commit a86ca1a
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
gh969 # raid-ddf failing
gh975 # packages-default failing
gh978 # vnc tests failing
)

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 gh978"

. ${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 gh978"

. ${KSTESTDIR}/functions.sh

0 comments on commit a86ca1a

Please sign in to comment.