Skip to content

Commit

Permalink
Integration Tests: use repetition count from test plan (#3329)
Browse files Browse the repository at this point in the history
See
https://github.com/RevenueCat/purchases-ios/blob/4.28.1/Tests/TestPlans/CI-BackendIntegration.xctestplan#L28

This was changed to 5 repetitions in #3218, but the `Fastfile` was
overriding that. Also #1925 didn't have any effect because of this, and
that actually makes tests take significantly longer, so this reverts
that.
  • Loading branch information
NachoSoto authored Oct 24, 2023
1 parent 0aa950a commit 52e4c54
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Tests/TestPlans/CI-BackendIntegration.xctestplan
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
],
"maximumTestExecutionTimeAllowance" : 180,
"maximumTestRepetitions" : 5,
"repeatInNewRunnerProcess" : true,
"targetForVariableExpansion" : {
"containerPath" : "container:RevenueCat.xcodeproj",
"identifier" : "2DEAC2D926EFE46E006914ED",
Expand Down
1 change: 0 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,6 @@ platform :ios do
derived_data_path: "scan_derived_data",
output_types: 'junit',
output_style: 'raw',
number_of_retries: 3,
result_bundle: true,
testplan: "CI-BackendIntegration",
configuration: 'Debug',
Expand Down

0 comments on commit 52e4c54

Please sign in to comment.