Skip to content

Commit

Permalink
Move upgrade test
Browse files Browse the repository at this point in the history
Signed-off-by: Nandini Chandra <[email protected]>
  • Loading branch information
nachandr committed Dec 6, 2024
1 parent b2b515f commit c5638da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/tests/upgrade/after_upgrade.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ describe(["@post-upgrade"], "Performing post-upgrade validations", () => {

it("Validate Tackle CR", () => validateTackleCr());

it("Validate MTA Operator Log", () => validateMtaOperatorLog());

it("Controls - testing existence of instances created before upgrade", function () {
const {
sourceControlUsernameCredentialsName,
Expand Down Expand Up @@ -221,4 +219,6 @@ describe(["@post-upgrade"], "Performing post-upgrade validations", () => {
isEnabled(clearRepository, rwxEnabled);
});
});

it("Validate MTA Operator Log", () => validateMtaOperatorLog());
});

0 comments on commit c5638da

Please sign in to comment.