aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeikki Halmet <heikki.halmet@qt.io>2021-11-17 14:21:58 +0200
committerHeikki Halmet <heikki.halmet@qt.io>2021-11-17 18:19:39 +0200
commitb37a42d381b1a06d289cbc3b39d09b28939db467 (patch)
tree1c31d87ae63f3d068c4b11d510aa9632b43ead25
parent5de9c0fee37332af7a0e89754d939f113c61cd8d (diff)
Add InsignificantTests flag for macOS 12 developer build tests
Pick-to: 6.2 Change-Id: I3e325d1b8c7cf55b88876be9bcc33088fd28b4e9 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
-rw-r--r--coin/platform_configs/macos-developer-build-tests.yaml2
1 files changed, 1 insertions, 1 deletions
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'