mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 13:33:08 +00:00
app start/stop tests: use normal flags for GNOME Terminal test
This test had special flags because it used to be run first and did the prep steps for the other tests. Now the aaa_setup test does that job, so there's no reason for this test to have these flags any more, and somehow they seem to be breaking the test on Rawhide. Let's give it the same flag as all the other normal tests. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
33b9df20d3
commit
6654e522ac
@ -18,11 +18,8 @@ sub run {
|
||||
quit_with_shortcut();
|
||||
}
|
||||
|
||||
# If this test fails, the others will probably start failing too,
|
||||
# so there is no need to continue.
|
||||
# Also, when subsequent tests fail, the suite will revert to this state for further testing.
|
||||
sub test_flags {
|
||||
return {fatal => 1, milestone => 1};
|
||||
return {always_rollback => 1};
|
||||
}
|
||||
|
||||
1;
|
||||
|
Loading…
Reference in New Issue
Block a user