Skip revertApp Cypress Spec File

We have API Automation coverage for reverting applications
This commit is contained in:
Mitch-Budibase 2022-11-16 11:33:30 +00:00
parent 0a5839a82b
commit 32a12eff00
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import filterTests from "../support/filterTests"
const interact = require('../support/interact')
filterTests(['smoke', 'all'], () => {
context("Revert apps", () => {
xcontext("Revert apps", () => {
before(() => {
cy.login()
cy.createTestApp()