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:
Adam Williamson 2024-01-09 17:50:24 -08:00
parent 45c7e7a63a
commit 6f5b10dbe6
1 changed files with 0 additions and 4 deletions

View File

@ -112,10 +112,6 @@ sub run {
}
else {
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
my $launched = 0;
my $count = 5;