From 310bfa1133a4ea396ccb6280f8037e413366ff7d Mon Sep 17 00:00:00 2001 From: Mitch-Budibase Date: Wed, 26 Oct 2022 17:29:58 +0100 Subject: [PATCH] Skipping MySQL Cypress Tests Bit of flakeiness occurring - we can skip these tests for now on the nightly run in anticipation of QA Wolf covering these scenarios E2E --- packages/builder/cypress/integration/datasources/mySql.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()