From be288b9cdfe5313da894d55af16daeab4953b733 Mon Sep 17 00:00:00 2001 From: Zeeshan Sheikh Date: Tue, 1 Oct 2024 17:56:10 +0500 Subject: [PATCH] Update Fastfile --- LocationServices/fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LocationServices/fastlane/Fastfile b/LocationServices/fastlane/Fastfile index 9f6da256..80d296a7 100644 --- a/LocationServices/fastlane/Fastfile +++ b/LocationServices/fastlane/Fastfile @@ -45,7 +45,7 @@ platform :ios do result_bundle: true, code_coverage: true, output_directory: Dir.pwd + "/test_output", - xcargs: "-test-iterations '1' -retry-tests-on-failure" + # xcargs: "-test-iterations '1' -retry-tests-on-failure" ) ensure xcresult_path = Actions.lane_context[SharedValues::SCAN_GENERATED_XCRESULT_PATH]