From 6f5b10dbe60d56cfb0b1fe8e56892f71081c1b89 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 9 Jan 2024 17:50:24 -0800 Subject: [PATCH] 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 --- tests/_boot_to_anaconda.pm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/_boot_to_anaconda.pm b/tests/_boot_to_anaconda.pm index 1418cb5a..956456eb 100644 --- a/tests/_boot_to_anaconda.pm +++ b/tests/_boot_to_anaconda.pm @@ -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;