From 8e77d8f35d892e9fba365d3001a4fd913c1a4dc3 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 1 Aug 2025 10:52:02 -0700 Subject: [PATCH] Correct a bug reference This bug number was just wrong. Signed-off-by: Adam Williamson --- tests/_boot_to_anaconda.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/_boot_to_anaconda.pm b/tests/_boot_to_anaconda.pm index a3035f9f..f69caae6 100644 --- a/tests/_boot_to_anaconda.pm +++ b/tests/_boot_to_anaconda.pm @@ -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") {