diff --git a/tests/_boot_to_anaconda.pm b/tests/_boot_to_anaconda.pm index 70ad1195..c927a50e 100644 --- a/tests/_boot_to_anaconda.pm +++ b/tests/_boot_to_anaconda.pm @@ -289,6 +289,10 @@ sub run { # show by now it never will, so we'll just wait for the # hub to show up. assert_screen ["anaconda_main_hub", "anaconda_webui_installmethod"], 900; + # Unset the USBBOOT variable as we have already booted. + if (get_var('USBBOOT')) { + set_var('USBBOOT', undef, reload_needles => 1); + } _handle_incomplete_hub; } }