From 7c434c9885c4cf9c39ce5c908cf1bf0d59fe3be1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Wed, 28 Jan 2026 17:18:40 +0100 Subject: [PATCH] Make macOS 26 developer build tests significant Change-Id: Ic32427249a160b24e4b860dc383a2bb823815773 Reviewed-by: Volker Hilsheimer --- coin/platform_configs/macos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin/platform_configs/macos.yaml b/coin/platform_configs/macos.yaml index eac52d84..4e0789ef 100644 --- a/coin/platform_configs/macos.yaml +++ b/coin/platform_configs/macos.yaml @@ -154,6 +154,6 @@ Configurations: Id: 'macos-26-arm64-developer-build-tests' Template: 'qtci-macos-26-arm-104' Compiler: 'Clang' - Features: ['TestOnly', 'InsignificantTests', 'DoNotAbortTestingOnFirstFailure'] + Features: ['TestOnly'] Platform dependency: 'macos-26-arm64-developer-build' Environment variables: [ 'COIN_CTEST_IGNORE_EXIT_CODE=1' ]