mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-25 06:31:26 +00:00
Remove another case of RHBZ#1622254 workaround
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
777de30179
commit
451f35feec
@ -347,12 +347,7 @@ sub start_cockpit {
|
|||||||
assert_script_run "sed -i -e 's,enable_xauth=1,enable_xauth=0,g' /usr/bin/startx";
|
assert_script_run "sed -i -e 's,enable_xauth=1,enable_xauth=0,g' /usr/bin/startx";
|
||||||
# run firefox directly in X as root. never do this, kids!
|
# run firefox directly in X as root. never do this, kids!
|
||||||
type_string "startx /usr/bin/firefox -width 1024 -height 768 http://localhost:9090\n";
|
type_string "startx /usr/bin/firefox -width 1024 -height 768 http://localhost:9090\n";
|
||||||
# As of 2018-08-24, X is starting slow in Rawhide, seemingly due
|
assert_screen "cockpit_login", 30;
|
||||||
# to an SELinux denial...handle this, but softfail
|
|
||||||
unless (check_screen "cockpit_login", 30) {
|
|
||||||
record_soft_failure "X starting slowly! Maybe RHBZ#1622254";
|
|
||||||
assert_screen "cockpit_login", 30;
|
|
||||||
}
|
|
||||||
# this happened on early Modular Server composes...
|
# this happened on early Modular Server composes...
|
||||||
record_soft_failure "Unbranded Cockpit" if (match_has_tag "cockpit_login_unbranded");
|
record_soft_failure "Unbranded Cockpit" if (match_has_tag "cockpit_login_unbranded");
|
||||||
wait_still_screen 5;
|
wait_still_screen 5;
|
||||||
|
Loading…
Reference in New Issue
Block a user