From 0cf6dd91b08b58bbdad736faf6cd80cf54ea317b Mon Sep 17 00:00:00 2001 From: Heikki Halmet Date: Tue, 27 Apr 2021 09:17:57 +0300 Subject: Remove InsignificantTests flag from macOS 11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3bc970226adaed9d8808da40a65abfacfcec809e Reviewed-by: Tony Sarajärvi --- coin/platform_configs/macos-developer-build-tests.yaml | 2 +- coin/platform_configs/macos.yaml | 2 +- 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. -- cgit v1.2.3