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
1 changed files with 1 additions and 1 deletions

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/;