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:
parent
539f8a54fc
commit
d9ebb56ebf
@ -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/;
|
||||
|
Loading…
Reference in New Issue
Block a user