From b68b2e9eef5062fb1539e6cba8ccba288296bd20 Mon Sep 17 00:00:00 2001 From: Saroj <43822041+sarojsarab@users.noreply.github.com> Date: Mon, 20 Feb 2023 19:51:24 +0530 Subject: [PATCH] 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 --- .../UpgradeAppsmith/UpgradeAppsimth_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename app/client/cypress/{integration/Regression_TestSuite => manual_TestSuite}/UpgradeAppsmith/UpgradeAppsimth_spec.js (98%) diff --git a/app/client/cypress/integration/Regression_TestSuite/UpgradeAppsmith/UpgradeAppsimth_spec.js b/app/client/cypress/manual_TestSuite/UpgradeAppsmith/UpgradeAppsimth_spec.js similarity index 98% rename from app/client/cypress/integration/Regression_TestSuite/UpgradeAppsmith/UpgradeAppsimth_spec.js rename to app/client/cypress/manual_TestSuite/UpgradeAppsmith/UpgradeAppsimth_spec.js index fe81469e98..825285a4d7 100644 --- a/app/client/cypress/integration/Regression_TestSuite/UpgradeAppsmith/UpgradeAppsimth_spec.js +++ b/app/client/cypress/manual_TestSuite/UpgradeAppsmith/UpgradeAppsimth_spec.js @@ -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}`, );