Skip to content

Commit

Permalink
Always reset the 2nd sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
jkosternl committed Oct 4, 2024
1 parent 667e2f0 commit 72458d5
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,7 @@ private void runManualTests(
getSandboxByName(getSandboxName(standardName, version.number(), suiteName, roleName, 1));
log.info("Run for the 2nd time, and verify it still works.");
log.info("Using sandboxes: {} v{}, suite: {}, role: {}", standardName, version.number(), suiteName, roleName);
if (standardName.equals("eBL Issuance") && roleName.equals("Platform")) {
// See DT-1679, eBL Issuance Platform role: Resetting the sandbox is needed.
resetSandbox(sandbox2);
}
resetSandbox(sandbox2); // Make sure the sandbox does not keep an optional state from the first run
}

List<ScenarioDigest> sandbox1Digests = getScenarioDigests(sandbox1.sandboxId());
Expand Down

0 comments on commit 72458d5

Please sign in to comment.