diff --git a/coin/platform_configs/macos-developer-build-tests.yaml b/coin/platform_configs/macos-developer-build-tests.yaml index bccdb550..ba218da8 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-100' 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 11fcc4ca..19b8fbc9 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-100' 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.