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'