Skip to content

Commit

Permalink
Integration Tests: relaunch tests when retrying failures (#1925)
Browse files Browse the repository at this point in the history
I've observed that a lot of the time flaky tests still don't pass after
a retry.
This change can probably decrease the likelyhood that a retry will still
fail, by ensuring that we create a brand new `SKTestSession` in a new
simulator session.
  • Loading branch information
NachoSoto authored Sep 22, 2022
1 parent 86db796 commit 4852e3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/TestPlans/CI-BackendIntegration.xctestplan
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"defaultOptions" : {
"codeCoverage" : false,
"maximumTestExecutionTimeAllowance" : 180,
"repeatInNewRunnerProcess" : true,
"targetForVariableExpansion" : {
"containerPath" : "container:RevenueCat.xcodeproj",
"identifier" : "2DEAC2D926EFE46E006914ED",
Expand Down

0 comments on commit 4852e3d

Please sign in to comment.