aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs
diff options
context:
space:
mode:
authorToni Saario <toni.saario@qt.io>2022-10-14 10:40:07 +0300
committerJukka Jokiniva <jukka.jokiniva@qt.io>2022-10-14 11:00:58 +0000
commit917f0fddd9fd7ae3a2a471303a7608a952bbaeae (patch)
tree85a953eca6a7f49637eab24ec0971ef1081cb7f7 /coin/platform_configs
parent3ffc302ca2f21f662cdfecdfec32cd2739e86954 (diff)
Make static IOS tests insignificant
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 <volker.hilsheimer@qt.io> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'coin/platform_configs')
-rw-r--r--coin/platform_configs/ios-tests.yaml2
1 files changed, 1 insertions, 1 deletions
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'
]