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.
This commit is contained in:
parent
9cfde9d772
commit
55a63c9669
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user