1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-08-24 16:15:44 +00:00

Correct a bug reference

This bug number was just wrong.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2025-08-01 10:52:02 -07:00
parent c387eefd17
commit 8e77d8f35d

View File

@ -199,11 +199,11 @@ sub run {
}
# wait for anaconda to appear
unless (check_screen "anaconda_select_install_lang", 300) {
# may be hitting https://bugzilla.redhat.com/show_bug.cgi?id=2329581,
# may be hitting https://bugzilla.redhat.com/show_bug.cgi?id=2325780,
# try pressing a key
send_key "spc";
assert_screen "anaconda_select_install_lang", 300;
record_soft_failure "boot hung until key pressed - #2329581";
record_soft_failure "boot hung until key pressed - #2325780";
}
# on webUI path set a var so later tests know
if (match_has_tag "_ANACONDA_WEBUI") {