mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +00:00
Drop workaround for RHBZ #2170544
The change was reverted, and per the needle cleanup, we have not seen this path for some time. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
45c7e7a63a
commit
6f5b10dbe6
@ -112,10 +112,6 @@ sub run {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if (get_var('LIVE')) {
|
if (get_var('LIVE')) {
|
||||||
if (check_screen "live_overlay_warning", 45) {
|
|
||||||
record_soft_failure "Got a persistent overlay warning - https://bugzilla.redhat.com/show_bug.cgi?id=2170544";
|
|
||||||
send_key "ret";
|
|
||||||
}
|
|
||||||
# on lives, we have to explicitly launch anaconda
|
# on lives, we have to explicitly launch anaconda
|
||||||
my $launched = 0;
|
my $launched = 0;
|
||||||
my $count = 5;
|
my $count = 5;
|
||||||
|
Loading…
Reference in New Issue
Block a user