diff --git a/coin/platform_configs/macos-developer-build-tests.yaml b/coin/platform_configs/macos-developer-build-tests.yaml index 458462d5..bccdb550 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-100' 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 fcbd14bf..11fcc4ca 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-100' Compiler: 'Clang' - Features: ['Sccache', 'TestOnly', 'InsignificantTests'] + Features: ['Sccache', 'TestOnly'] Platform dependency: 'macos-latest-xcode-x86_64-packaging-build' - Id: 'macos-11-x86_64-tests'