Skip to content

Commit

Permalink
Enable RDP test on Fedora
Browse files Browse the repository at this point in the history
It was implemented by rhinstaller/anaconda#5829
  • Loading branch information
jkonecny12 committed Nov 12, 2024
1 parent 54ab7e2 commit 2ffdc46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions scripts/launcher/lib/log_monitor/log_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ class VirtualLogRequestHandler(LogRequestHandler):
# Ignore deprecated kernel drivers
"CRIT kernel:Warning: Deprecated Driver is detected: ",

# Ignore known Gdk errors in RDP
# TODO: Remove when https://issues.redhat.com/browse/RHEL-40884 is fixed
"Gdk-#033[1;35mCRITICAL#033",

# Ignore a call trace during debugging.
# Ignoring permanently for gh768.
# https://github.com/rhinstaller/kickstart-tests/issues/768
Expand Down
2 changes: 1 addition & 1 deletion ui_rdp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#
# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="ui skip-on-fedora skip-on-rhel-8 skip-on-rhel-9"
TESTTYPE="ui skip-on-rhel-8 skip-on-rhel-9"

. ${KSTESTDIR}/functions.sh

Expand Down

0 comments on commit 2ffdc46

Please sign in to comment.