1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-22 05:53: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:
Adam Williamson 2023-07-05 11:39:18 -07:00
parent 7dc1299d9f
commit ba9a36d10e

View File

@ -55,7 +55,7 @@ sub run {
sub test_flags {
return {milestone => 1};
return {fatal => 1, milestone => 1};
}
1;