Skip to content

Commit

Permalink
test: flaky check for Abort spec (#38428)
Browse files Browse the repository at this point in the history
/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: f1b695a
> <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”>
  • Loading branch information
NandanAnantharamu and “NandanAnantharamu” authored Jan 3, 2025
1 parent bd116cd commit 74cd364
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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(
Expand Down

0 comments on commit 74cd364

Please sign in to comment.