From 55a63c966936228b093a7aaa9b7cfc7eacb4a318 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Tue, 9 Jul 2024 17:51:33 +0200 Subject: [PATCH] Resolves: RHEL-36633 Do not require gnome-session, gnome-shell, gnome-shell-extension-no-overview for the CI test The current CI test does not need these at all, they were only required for the old test which used ibus-desktop-testing-runner and Xvfb, gnome-shell-extension-no-overview seems unavailable on c10s and that makes the CI test fail for no reason. --- tests/main.fmf | 6 +++--- tests/runtest.sh | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/main.fmf b/tests/main.fmf index d394826..066654c 100644 --- a/tests/main.fmf +++ b/tests/main.fmf @@ -14,9 +14,9 @@ require: # - libtool # - glib2-devel # - systemd-devel - - gnome-session - - gnome-shell - - gnome-shell-extension-no-overview +# - gnome-session +# - gnome-shell +# - gnome-shell-extension-no-overview - ibus - ibus-devel - ibus-desktop-testing diff --git a/tests/runtest.sh b/tests/runtest.sh index c02d051..45e8422 100755 --- a/tests/runtest.sh +++ b/tests/runtest.sh @@ -7,9 +7,9 @@ XFWB_SCRIPT=$(pwd)/xwfb-script.sh rlJournalStart rlPhaseStartSetup rlAssertRpm ${NAME} - rlAssertRpm gnome-desktop-testing - rlAssertRpm gnome-shell-extension-no-overview - rlAssertBinaryOrigin gnome-desktop-testing-runner gnome-desktop-testing +# rlAssertRpm gnome-desktop-testing +# rlAssertRpm gnome-shell-extension-no-overview +# rlAssertBinaryOrigin gnome-desktop-testing-runner gnome-desktop-testing rlRun "tmp=\$(mktemp -d)" 0 "Create tmp directory" rlRun "pushd $tmp" rlPhaseEnd