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 committed Sep 8, 2023
1 parent 87a2955 commit 0a3989f
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
@@ -197,7 +197,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

0 comments on commit 0a3989f

Please sign in to comment.