aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeikki Halmet <heikki.halmet@qt.io>2021-04-27 09:17:57 +0300
committerHeikki Halmet <heikki.halmet@qt.io>2021-05-03 08:58:18 +0300
commit0cf6dd91b08b58bbdad736faf6cd80cf54ea317b (patch)
treeb678fa9b7971f10d00e5c014d1f435577e2b0079
parentd16b82370f05785c9446306a839135963b9dc4d9 (diff)
Remove InsignificantTests flag from macOS 11
Change-Id: I3bc970226adaed9d8808da40a65abfacfcec809e Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
-rw-r--r--coin/platform_configs/macos-developer-build-tests.yaml2
-rw-r--r--coin/platform_configs/macos.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/coin/platform_configs/macos-developer-build-tests.yaml b/coin/platform_configs/macos-developer-build-tests.yaml
index 4de28aa6..6a6bae23 100644
--- a/coin/platform_configs/macos-developer-build-tests.yaml
+++ b/coin/platform_configs/macos-developer-build-tests.yaml
@@ -16,5 +16,5 @@ Configurations:
Id: 'macos-11-x86_64-developer-build-tests'
Template: 'qtci-macos-11.0-x86_64-102'
Compiler: 'Clang'
- Features: ['Sccache', 'TestOnly', 'InsignificantTests']
+ Features: ['Sccache', 'TestOnly']
Platform dependency: 'macos-latest-xcode-x86_64-developer-build'
diff --git a/coin/platform_configs/macos.yaml b/coin/platform_configs/macos.yaml
index 9674e979..708bca8f 100644
--- a/coin/platform_configs/macos.yaml
+++ b/coin/platform_configs/macos.yaml
@@ -29,7 +29,7 @@ Configurations:
Id: 'macos-11-x86_64-tests'
Template: 'qtci-macos-11.0-x86_64-102'
Compiler: 'Clang'
- Features: ['Sccache', 'TestOnly', 'InsignificantTests']
+ Features: ['Sccache', 'TestOnly']
Platform dependency: 'macos-latest-xcode-x86_64-packaging-build'
# Build developer builds for all modules, but only run tests for qtbase and declarative.