From ba9a36d10eb206038afba2eb33388cf1a8a6acae Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Jul 05 2023 18:39:18 +0000 Subject: 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 --- diff --git a/tests/applications/gnome-text-editor/new_file.pm b/tests/applications/gnome-text-editor/new_file.pm index 8488bbd..53f28de 100644 --- a/tests/applications/gnome-text-editor/new_file.pm +++ b/tests/applications/gnome-text-editor/new_file.pm @@ -55,7 +55,7 @@ sub run { sub test_flags { - return {milestone => 1}; + return {fatal => 1, milestone => 1}; } 1;