ci(m9): skip probe test in full UI suite leg #142

Merged
gronod merged 1 commits from feat/139-skip-probe-rerun into milestone/m9-monterey 2026-09-12 17:00:33 +01:00
+2 -1
View File
@@ -133,7 +133,8 @@ jobs:
echo "error: UI probe failed with a real test error" >&2
exit 1
fi
if run_ui "full suite attempt $attempt" -only-testing:ICCeryUITests; then
if run_ui "full suite attempt $attempt" -only-testing:ICCeryUITests \
-skip-testing:ICCeryUITests/AboutHelpUITests/testAboutDialogShowsVersionAndBuildDate; then
exit 0
fi
if is_runner_attach_failure; then