1
0
Fork 0
mirror of synced 2024-08-18 19:41:30 +12:00

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
This commit is contained in:
Mitch-Budibase 2022-10-26 17:29:58 +01:00
parent 657da8ad87
commit a2f9f921c4

View file

@ -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()