From 917f0fddd9fd7ae3a2a471303a7608a952bbaeae Mon Sep 17 00:00:00 2001 From: Toni Saario Date: Fri, 14 Oct 2022 10:40:07 +0300 Subject: [PATCH] Make static IOS tests insignificant MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Target blocks qtbase after eee152ca704d501189905122a904255f581b3256 integrated. While 7390b668cd9ed7035f0b70d80476c11a480a1f15 is blocked by other issues, make target' tests insignificant to unblock qtbase. Change-Id: I84829e3588dc3d7ff593c27ba83abea5a667366d Reviewed-by: Volker Hilsheimer Reviewed-by: Tor Arne Vestbø --- coin/platform_configs/ios-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin/platform_configs/ios-tests.yaml b/coin/platform_configs/ios-tests.yaml index 46b2a471..683434b7 100644 --- a/coin/platform_configs/ios-tests.yaml +++ b/coin/platform_configs/ios-tests.yaml @@ -8,7 +8,7 @@ Configurations: Compiler: 'Clang' Target compiler: 'Clang' Platform dependency: 'macos-latest-xcode-universal-packaging-build' - Features: ['Sccache', 'DebugAndRelease', 'MinimalStaticTests', 'UseConfigure'] + Features: ['Sccache', 'DebugAndRelease', 'MinimalStaticTests', 'UseConfigure', 'InsignificantTests'] Environment variables: [ 'TARGET_CONFIGURE_ARGS=-debug-and-release -nomake examples -platform macx-ios-clang' ]