Skip to content

Commit

Permalink
Disable parallel testing
Browse files Browse the repository at this point in the history
  • Loading branch information
waliid committed Dec 11, 2024
1 parent eee7d0d commit 2b04017
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
)
Expand Down

0 comments on commit 2b04017

Please sign in to comment.