Merge pull request #8412 from Budibase/cypress-mysql
Skipping MySQL Cypress Tests
This commit is contained in:
commit
f71c61efd2
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue