diff --git a/packages/builder/cypress/integration/datasources/mySql.spec.js b/packages/builder/cypress/integration/datasources/mySql.spec.js index 33aa72f0bb..11370a9bf3 100644 --- a/packages/builder/cypress/integration/datasources/mySql.spec.js +++ b/packages/builder/cypress/integration/datasources/mySql.spec.js @@ -1,7 +1,7 @@ import filterTests from "../../support/filterTests" filterTests(["all"], () => { - context("MySQL Datasource Testing", () => { + xcontext("MySQL Datasource Testing", () => { if (Cypress.env("TEST_ENV")) { before(() => { cy.login()