From 2e73dfd6d48a8368a2db89acd08832d807dd52cc Mon Sep 17 00:00:00 2001 From: NachoSoto Date: Tue, 8 Aug 2023 10:44:32 -0700 Subject: [PATCH] `Paywalls`: retry test failures This avoids false negatives due to flaky failures. --- fastlane/Fastfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 9565d7cc34..408521523e 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -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