aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeikki Halmet <heikki.halmet@qt.io>2021-04-27 07:48:34 +0300
committerHeikki Halmet <heikki.halmet@qt.io>2021-04-28 09:20:34 +0300
commite1c1229e435376f54a05fd8272363c6c11178c53 (patch)
tree5777ab2786db784984173a41287c50efb01f1c09
parentcace763898438da9bd79e610e32e830931b78b0d (diff)
Remove InsignificantTests flag from macOS 10.15
Change-Id: Ie713948cdcb8adebd7cb28ec02f76a2d38ce4db5 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 207f7ec7..4de28aa6 100644
--- a/coin/platform_configs/macos-developer-build-tests.yaml
+++ b/coin/platform_configs/macos-developer-build-tests.yaml
@@ -10,7 +10,7 @@ Configurations:
Id: 'macos-10.15-x86_64-developer-build-tests'
Template: 'qtci-macos-10.15-x86_64-102'
Compiler: 'Clang'
- Features: ['Sccache', 'TestOnly', 'InsignificantTests']
+ Features: ['Sccache', 'TestOnly']
Platform dependency: 'macos-latest-xcode-x86_64-developer-build'
-
Id: 'macos-11-x86_64-developer-build-tests'
diff --git a/coin/platform_configs/macos.yaml b/coin/platform_configs/macos.yaml
index bc76aff8..9674e979 100644
--- a/coin/platform_configs/macos.yaml
+++ b/coin/platform_configs/macos.yaml
@@ -23,7 +23,7 @@ Configurations:
Id: 'macos-10.15-x86_64-tests'
Template: 'qtci-macos-10.15-x86_64-102'
Compiler: 'Clang'
- Features: ['Sccache', 'TestOnly', 'InsignificantTests']
+ Features: ['Sccache', 'TestOnly']
Platform dependency: 'macos-latest-xcode-x86_64-packaging-build'
-
Id: 'macos-11-x86_64-tests'