Skip to content

Commit

Permalink
Disable parallel testing
Browse files Browse the repository at this point in the history
  • Loading branch information
defagos committed Dec 11, 2024
1 parent b6e1d72 commit 160049c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ def run_package_tests(platform_id, scheme_name)
clean: true,
output_types: 'junit',
fail_build: false,
parallel_testing: false,
xcargs: '-testLanguage en -testRegion en_US'
)
trainer(
Expand Down

0 comments on commit 160049c

Please sign in to comment.