diff --git a/cypress-tests/cypress/e2e/external-3DS-juspay-e2e-test.cy.ts b/cypress-tests/cypress/e2e/external-3DS-juspay-e2e-test.cy.ts index 624c4ac16..b10e2ede9 100644 --- a/cypress-tests/cypress/e2e/external-3DS-juspay-e2e-test.cy.ts +++ b/cypress-tests/cypress/e2e/external-3DS-juspay-e2e-test.cy.ts @@ -8,7 +8,7 @@ import { connectorProfileIdMapping, connectorEnum, } from "../support/utils"; -describe("External 3DS using Juspay Checks", () => { +describe.skip("External 3DS using Juspay Checks", () => { let getIframeBody: () => Cypress.Chainable>; const publishableKey = Cypress.env("HYPERSWITCH_PUBLISHABLE_KEY"); const secretKey = Cypress.env("HYPERSWITCH_SECRET_KEY"); diff --git a/cypress-tests/cypress/e2e/external-3DS-netcetera-e2e-test.cy.ts b/cypress-tests/cypress/e2e/external-3DS-netcetera-e2e-test.cy.ts index 49b6c425d..d52c961da 100644 --- a/cypress-tests/cypress/e2e/external-3DS-netcetera-e2e-test.cy.ts +++ b/cypress-tests/cypress/e2e/external-3DS-netcetera-e2e-test.cy.ts @@ -8,7 +8,7 @@ import { connectorProfileIdMapping, connectorEnum, } from "../support/utils"; -describe("External 3DS using Netcetera Checks", () => { +describe.skip("External 3DS using Netcetera Checks", () => { let getIframeBody: () => Cypress.Chainable>; const publishableKey = Cypress.env("HYPERSWITCH_PUBLISHABLE_KEY"); const secretKey = Cypress.env("HYPERSWITCH_SECRET_KEY");