mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +00:00
Allow g-i-s longer to start up (with a soft fail) (#1997310)
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
f4f1d48459
commit
9f15350a99
@ -726,7 +726,10 @@ sub gnome_initial_setup {
|
||||
|
||||
# note: in g-i-s 3.37.91 and later, the first screen in systemwide
|
||||
# mode has a "Start Setup" button, not a "Next" button
|
||||
assert_screen ["next_button", "start_setup", "auth_required"], $args{timeout};
|
||||
unless (check_screen ["next_button", "start_setup", "auth_required"], $args{timeout}) {
|
||||
record_soft_failure "g-i-s taking longer than expected to start up!";
|
||||
assert_screen ["next_button", "start_setup", "auth_required"], $args{timeout};
|
||||
}
|
||||
# workaround auth dialog appearing to change timezone even
|
||||
# though timezone screen is disabled
|
||||
if (match_has_tag("auth_required")) {
|
||||
|
Loading…
Reference in New Issue
Block a user