From 0b5b8030a1348a81fd894bf38d2257e00abfdbcf Mon Sep 17 00:00:00 2001 From: Heikki Halmet Date: Wed, 17 Nov 2021 14:21:58 +0200 Subject: [PATCH] Add InsignificantTests flag for macOS 12 developer build tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3e325d1b8c7cf55b88876be9bcc33088fd28b4e9 Reviewed-by: Tor Arne Vestbø (cherry picked from commit b37a42d381b1a06d289cbc3b39d09b28939db467) Reviewed-by: Toni Saario --- coin/platform_configs/macos-developer-build-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin/platform_configs/macos-developer-build-tests.yaml b/coin/platform_configs/macos-developer-build-tests.yaml index 849d08b1..416dd48c 100644 --- a/coin/platform_configs/macos-developer-build-tests.yaml +++ b/coin/platform_configs/macos-developer-build-tests.yaml @@ -26,5 +26,5 @@ Configurations: Id: 'macos-12-x86_64-developer-build-tests' Template: 'qtci-macos-12-x86_64-102' Compiler: 'Clang' - Features: ['Sccache', 'TestOnly'] + Features: ['Sccache', 'TestOnly', 'InsignificantTests'] Platform dependency: 'macos-12-latest-xcode-x86_64-developer-build'