Skip to content

Commit

Permalink
Paywalls: retry test failures (#2985)
Browse files Browse the repository at this point in the history
This avoids false negatives due to flaky failures.
  • Loading branch information
NachoSoto authored Aug 9, 2023
1 parent f13d482 commit 66d5544
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,8 @@ platform :ios do
result_bundle_path: 'fastlane/test_output/revenuecatui.xcresult',
report_formats: [:junit],
report_path: 'fastlane/test_output/revenuecatui/tests.xml',
test: true
test: true,
xcargs: "-test-iterations 3 -retry-tests-on-failure"
)
end

Expand Down

0 comments on commit 66d5544

Please sign in to comment.