test: skipping UpgradeAppsmith_spec.js (#20803)

- Skipping UpgradeAppsmith_spec.js until we find a solution as pulling
the old stacks from S3 costs too much
This commit is contained in:
Saroj 2023-02-20 19:51:24 +05:30 committed by GitHub
parent 269ad319e1
commit b68b2e9eef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ describe("Upgrade appsmith version", () => {
//Start a new Container with old stack
cy.StartNewContainer(
tedUrl,
path + "/oldstack/tempStacks/oldstacks",
path + "/oldstack",
"cicontainer",
`appsmith-${name}`,
);