test: flaky check for Abort spec (#38428)
/ok-to-test tags="@tag.Sanity" <!-- This is an auto-generated comment: Cypress test results --> > [!TIP] > 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉 > Workflow run: <https://github.com/appsmithorg/appsmith/actions/runs/12592061830> > Commit: f1b695a07ddb1f486bc809a5b175af6f35342875 > <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=12592061830&attempt=1" target="_blank">Cypress dashboard</a>. > Tags: `@tag.Sanity` > Spec: > <hr>Fri, 03 Jan 2025 03:43:49 UTC <!-- end of auto-generated comment: Cypress test results --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## 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 <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: “NandanAnantharamu” <“nandan@thinkify.io”>
This commit is contained in:
parent
bd116cdbf9
commit
74cd364aea
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user