From aa32cc45d34a9106d56d93a68c43da9006bd27aa Mon Sep 17 00:00:00 2001 From: Gronod Date: Sat, 12 Sep 2026 16:50:57 +0100 Subject: [PATCH] ci(m9): skip probe test in full UI suite leg (#139) The attach probe already runs testAboutDialogShowsVersionAndBuildDate; the full-suite leg reran it for ~30s of zero extra coverage. Add -skip-testing so it only runs in the probe leg. Generated with [Devin](https://devin.ai) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- .gitea/workflows/macos.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/macos.yml b/.gitea/workflows/macos.yml index 1635a5d..5a6b32c 100644 --- a/.gitea/workflows/macos.yml +++ b/.gitea/workflows/macos.yml @@ -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 -- 2.39.5