diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 5da6b0c71e87..b58783fabba8 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -114,7 +114,9 @@ platform :ios do upload_to_testflight( api_key_path: "./ios/ios-fastlane-json-key.json", distribute_external: true, - reject_build_waiting_for_review: true, + # TODO: Set reject_build_waiting_for_review back to true when https://github.com/fastlane/fastlane/issues/18408 is resolved + # See: https://github.com/Expensify/Expensify.cash/pull/1984 for more information + reject_build_waiting_for_review: false, changelog: "Thank you for beta testing Expensify.cash, this version includes bug fixes and improvements.", groups: ["Beta"], demo_account_required: true,