diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2023-08-17 12:51:50 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2023-08-18 11:56:46 +0200 |
| commit | 8d6432f50170caf65934b41fc023134eeae1cab8 (patch) | |
| tree | 7275f7ec8f3b3ebbb0cbd70b24ac734828145b01 | |
| parent | 2b2271aad0c50589d0d5859f523e99d9552bb6f2 (diff) | |
| download | mullvadvpn-8d6432f50170caf65934b41fc023134eeae1cab8.tar.xz mullvadvpn-8d6432f50170caf65934b41fc023134eeae1cab8.zip | |
Enable parallel testing for PacketTunnelCoreTests
| -rw-r--r-- | ios/TestPlans/MullvadVPNApp.xctestplan | 1 | ||||
| -rw-r--r-- | ios/TestPlans/MullvadVPNCI.xctestplan | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ios/TestPlans/MullvadVPNApp.xctestplan b/ios/TestPlans/MullvadVPNApp.xctestplan index 72cc666962..f0f5d461f0 100644 --- a/ios/TestPlans/MullvadVPNApp.xctestplan +++ b/ios/TestPlans/MullvadVPNApp.xctestplan @@ -50,6 +50,7 @@ } }, { + "parallelizable" : true, "target" : { "containerPath" : "container:MullvadVPN.xcodeproj", "identifier" : "58C7A43C2A863F450060C66F", diff --git a/ios/TestPlans/MullvadVPNCI.xctestplan b/ios/TestPlans/MullvadVPNCI.xctestplan index 9cee7cef4f..cc3dc95a4e 100644 --- a/ios/TestPlans/MullvadVPNCI.xctestplan +++ b/ios/TestPlans/MullvadVPNCI.xctestplan @@ -58,6 +58,7 @@ } }, { + "parallelizable" : true, "target" : { "containerPath" : "container:MullvadVPN.xcodeproj", "identifier" : "58C7A43C2A863F450060C66F", |
