mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-25 07:13:09 +00:00
g-t-e: mark 'new_file' test as fatal
The tests after it assume new_file ran - they rely on the file it creates - so it should be considered fatal. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
7dc1299d9f
commit
ba9a36d10e
@ -55,7 +55,7 @@ sub run {
|
|||||||
|
|
||||||
|
|
||||||
sub test_flags {
|
sub test_flags {
|
||||||
return {milestone => 1};
|
return {fatal => 1, milestone => 1};
|
||||||
}
|
}
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
Loading…
Reference in New Issue
Block a user