From 2ffdc46b144087803b7df381229186967355f83c Mon Sep 17 00:00:00 2001 From: Jiri Konecny Date: Tue, 24 Sep 2024 18:07:36 +0200 Subject: [PATCH] Enable RDP test on Fedora It was implemented by https://github.com/rhinstaller/anaconda/pull/5829 --- scripts/launcher/lib/log_monitor/log_handler.py | 4 ++++ ui_rdp.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/launcher/lib/log_monitor/log_handler.py b/scripts/launcher/lib/log_monitor/log_handler.py index 1520bdc1..f184024b 100644 --- a/scripts/launcher/lib/log_monitor/log_handler.py +++ b/scripts/launcher/lib/log_monitor/log_handler.py @@ -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 diff --git a/ui_rdp.sh b/ui_rdp.sh index 30c3cf17..e1475f9e 100755 --- a/ui_rdp.sh +++ b/ui_rdp.sh @@ -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