diff --git a/tests/apps_startstop/gnome/terminal.pm b/tests/apps_startstop/gnome/terminal.pm index 174bffbd..6f90854c 100644 --- a/tests/apps_startstop/gnome/terminal.pm +++ b/tests/apps_startstop/gnome/terminal.pm @@ -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;