Skip to content

Commit

Permalink
Do not run VNC tests on rhel10.
Browse files Browse the repository at this point in the history
VNC functionality is removed in RHEL 10.

Related: RHEL-38407
  • Loading branch information
rvykydal committed Jun 28, 2024
1 parent ce2a6b6 commit 756d7e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion default-systemd-target-vnc-graphical-provides.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 gh890"
TESTTYPE="services gh890 skip-on-rhel-10"

. ${KSTESTDIR}/functions.sh
. ${KSTESTDIR}/validate-lib-services.sh
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 gh1060"
TESTTYPE="services gh1060 skip-on-rhel-10"

. ${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 gh1060"
TESTTYPE="ui gh1060 skip-on-rhel-10"

. ${KSTESTDIR}/functions.sh

0 comments on commit 756d7e1

Please sign in to comment.