Skip to content

Commit

Permalink
Paywalls: retry test failures
Browse files Browse the repository at this point in the history
This avoids false negatives due to flaky failures.
  • Loading branch information
NachoSoto committed Aug 8, 2023
1 parent c97da10 commit 2e73dfd
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 2e73dfd

Please sign in to comment.