diff --git a/app/client/cypress/e2e/Regression/ClientSide/BugTests/AbortAction_Spec.ts b/app/client/cypress/e2e/Regression/ClientSide/BugTests/AbortAction_Spec.ts index 244efea2281e..55aca6b57885 100644 --- a/app/client/cypress/e2e/Regression/ClientSide/BugTests/AbortAction_Spec.ts +++ b/app/client/cypress/e2e/Regression/ClientSide/BugTests/AbortAction_Spec.ts @@ -7,10 +7,11 @@ import { entityItems, } from "../../../../support/Objects/ObjectsCore"; -describe( +describe.skip( "Abort Action Execution", { tags: ["@tag.Datasource", "@tag.Git", "@tag.AccessControl"] }, function () { + //Open Bug: https://github.com/appsmithorg/appsmith/issues/38165 it("1. Bug #14006, #16093 - Cancel request button should abort API action execution", function () { apiPage.CreateAndFillApi( dataManager.dsValues[dataManager.defaultEnviorment].mockApiUrl + "00", @@ -31,8 +32,9 @@ describe( // Queries were resolving quicker than we could cancel them // Commenting this out till we can find a query that resolves slow enough for us to cancel its execution. + //Open Bug: https://github.com/appsmithorg/appsmith/issues/38165 - it("2. Bug #14006, #16093 Cancel request button should abort Query action execution", function () { + it.skip("2. Bug #14006, #16093 Cancel request button should abort Query action execution", function () { dataSources.CreateDataSource("MySql"); cy.get("@dsName").then(($dsName) => { dataSources.CreateQueryAfterDSSaved(