aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2022-11-11 15:34:05 +0100
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2022-11-16 21:30:15 +0000
commit5f8c0b220ce6099351e180cea1c036b07f165a72 (patch)
tree59a94557288e09493cde4d613953c0697a36031a
parent610eb94b82c71ca221a7834982b55693e42fa702 (diff)
Make macOS 13 Apple Silicon test significant
Task-number: QTBUG-104210 Change-Id: Ib75931616718406d1dd8a2476f8566ef15257d4a Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 7db5511fe6a9889bb4ab353df10189b8d8120aa6) Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
-rw-r--r--coin/platform_configs/macos.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/coin/platform_configs/macos.yaml b/coin/platform_configs/macos.yaml
index b2c44b76..fdbd8f2c 100644
--- a/coin/platform_configs/macos.yaml
+++ b/coin/platform_configs/macos.yaml
@@ -67,7 +67,7 @@ Configurations:
Id: 'macos-13-arm64-tests'
Template: 'qtci-macos-13-arm64'
Compiler: 'Clang'
- Features: ['Sccache', 'TestOnly', 'Packaging', 'InsignificantTests']
+ Features: ['Sccache', 'TestOnly', 'Packaging']
Platform dependency: 'macos-latest-xcode-universal-packaging-build'
-
Id: 'macos-12-x86_64-tests'
@@ -155,5 +155,5 @@ Configurations:
Id: 'macos-13-arm64-developer-build-tests'
Template: 'qtci-macos-13-arm64'
Compiler: 'Clang'
- Features: ['TestOnly', 'InsignificantTests']
+ Features: ['TestOnly']
Platform dependency: 'macos-latest-xcode-arm64-developer-build'