From 2b04017127c6324c985b022f5f7e33d1308d4459 Mon Sep 17 00:00:00 2001 From: Walid Kayhal <3347810+waliid@users.noreply.github.com> Date: Wed, 11 Dec 2024 10:20:24 +0100 Subject: [PATCH] Disable parallel testing --- fastlane/Fastfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 1d240b0..d4cd5d9 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -199,6 +199,8 @@ def run_package_tests(platform_id, scheme_name) clean: true, output_types: 'junit', fail_build: false, + parallel_testing: false, + max_concurrent_simulators: 1, disable_concurrent_testing: true, xcargs: '-testLanguage en -testRegion en_US' )