diff --git a/tests/installation/bootloader_uefi.pm b/tests/installation/bootloader_uefi.pm index 7cfbb4ca9c86..3b6b9bcd6708 100644 --- a/tests/installation/bootloader_uefi.pm +++ b/tests/installation/bootloader_uefi.pm @@ -72,6 +72,11 @@ sub run { } } + if (is_jeos && get_required_var('FLAVOR') =~ /sdboot/) { + assert_screen("bootloader-sdboot"); + return; + } + if (get_var("IPXE") && !is_usb_boot) { sleep 60; return;