1
0
Fork 0
mirror of synced 2024-06-27 18:40:42 +12:00

Merge pull request #7681 from Budibase/Cypress-Smoke

Oracle + datasource Wizard Test skips
This commit is contained in:
Mitch-Budibase 2022-09-07 15:58:34 +01:00 committed by GitHub
commit f45b170552
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
import filterTests from "../../support/filterTests"
filterTests(['all'], () => {
context("Datasource Wizard", () => {
xcontext("Datasource Wizard", () => {
if (Cypress.env("TEST_ENV")) {
before(() => {
cy.login()

View file

@ -1,7 +1,7 @@
import filterTests from "../../support/filterTests"
filterTests(["all"], () => {
context("Oracle Datasource Testing", () => {
xcontext("Oracle Datasource Testing", () => {
if (Cypress.env("TEST_ENV")) {
before(() => {
cy.login()