From ea8e1f950db81ad6ba64550d49b46375b05fda14 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 13 Dec 2022 11:18:43 -0800 Subject: [PATCH] Drop #2120433 workaround The bug seems to have gone away, at least I don't see that this soft failure has been hit much for the last two months. Signed-off-by: Adam Williamson --- tests/_graphical_wait_login.pm | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/tests/_graphical_wait_login.pm b/tests/_graphical_wait_login.pm index 19ccf880..e56ec859 100644 --- a/tests/_graphical_wait_login.pm +++ b/tests/_graphical_wait_login.pm @@ -74,17 +74,6 @@ sub run { # away wait_still_screen 5; _enter_password($password); - # FIXME: workaround RHBZ#2120433 - catch if the login failed - # and retry if so - my $relnum = get_release_number; - if ($relnum > 37 && $desktop eq 'gnome') { - unless (check_screen ["getting_started", "apps_menu_button"], 45) { - if (check_screen "graphical_login_input") { - record_soft_failure "Login failed, probably #2120433 - retrying"; - _enter_password($password); - } - } - } } # For GNOME, handle initial-setup or welcome tour, unless _WELCOME_DONE