Skip to content

Commit

Permalink
Merge pull request #1234 from rvykydal/disable-vnc-tests-on-rhel10
Browse files Browse the repository at this point in the history
Do not run VNC tests on rhel10.
  • Loading branch information
rvykydal authored Jun 28, 2024
2 parents 4ffdb45 + 756d7e1 commit 08b5c95
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 08b5c95

Please sign in to comment.