Cypress - Rename Application - Skip Test File
Some of the tests in here are flakey from time to time. - We had a failure on the nightly due to a flakey test within this file - Skipping the tests in here for now (we will receive coverage via QA Wolf)
This commit is contained in:
parent
28e00d3fa0
commit
2e239e5967
|
@ -2,7 +2,7 @@ import filterTests from "../support/filterTests"
|
|||
const interact = require("../support/interact")
|
||||
|
||||
filterTests(["all"], () => {
|
||||
context("Rename an App", () => {
|
||||
xcontext("Rename an App", () => {
|
||||
beforeEach(() => {
|
||||
cy.login()
|
||||
cy.createTestApp()
|
||||
|
|
Loading…
Reference in New Issue