mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 13:33:08 +00:00
desktop_notifications: don't expect g-i-s on rawhide
We disabled the g-i-s live mode on Rawhide for now (as it was getting too hard to maintain the patch downstream), so this test should not expect it any more. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
cbb9bb59d4
commit
958366d15d
@ -91,12 +91,6 @@ sub run {
|
|||||||
type_very_safely get_var("USER_PASSWORD", "weakpassword");
|
type_very_safely get_var("USER_PASSWORD", "weakpassword");
|
||||||
send_key 'ret';
|
send_key 'ret';
|
||||||
}
|
}
|
||||||
elsif ($desktop eq 'gnome' && $relnum > 41) {
|
|
||||||
# with https://fedoraproject.org/wiki/Changes/AnacondaWebUIforFedoraWorkstation
|
|
||||||
# we get a short g-i-s flow on live boot then the welcome tour
|
|
||||||
gnome_initial_setup(live => 1, livetry => 1);
|
|
||||||
handle_welcome_screen;
|
|
||||||
}
|
|
||||||
check_desktop(timeout => 90);
|
check_desktop(timeout => 90);
|
||||||
# now, WE WAIT. this is just an unconditional wait - rather than
|
# now, WE WAIT. this is just an unconditional wait - rather than
|
||||||
# breaking if we see an update notification appear - so we catch
|
# breaking if we see an update notification appear - so we catch
|
||||||
|
Loading…
Reference in New Issue
Block a user