1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-21 21:43:08 +00:00

Sigh, it's record_soft_failure, not register_soft_failure

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2023-08-25 14:51:35 -07:00
parent 539f8a54fc
commit d9ebb56ebf

View File

@ -36,7 +36,7 @@ sub run {
# in future which we may be able to test, but for now just
# skip it
if ($relnum > 38) {
register_soft_failure "no Help in anaconda webUI currently!";
record_soft_failure "no Help in anaconda webUI currently!";
return;
}
@testplan = qw/keyboard_layout install_destination time_date/;