From 74cd364aeadd09fc5342570239f8375d299caa2d Mon Sep 17 00:00:00 2001 From: NandanAnantharamu <67676905+NandanAnantharamu@users.noreply.github.com> Date: Fri, 3 Jan 2025 09:33:59 +0530 Subject: [PATCH] test: flaky check for Abort spec (#38428) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit /ok-to-test tags="@tag.Sanity" > [!TIP] > 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉 > Workflow run: > Commit: f1b695a07ddb1f486bc809a5b175af6f35342875 > Cypress dashboard. > Tags: `@tag.Sanity` > Spec: >
Fri, 03 Jan 2025 03:43:49 UTC ## Summary by CodeRabbit - **Tests** - Temporarily disabled test suite for Abort Action Execution due to an open bug - Skipped specific test cases related to action cancellation --------- Co-authored-by: “NandanAnantharamu” <“nandan@thinkify.io”> --- .../e2e/Regression/ClientSide/BugTests/AbortAction_Spec.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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(