From e85d6cef5c8bf5d3d14d338c08d06c4085e5e4e7 Mon Sep 17 00:00:00 2001 From: Mitch-Budibase Date: Thu, 27 Oct 2022 11:01:16 +0100 Subject: [PATCH] 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) --- .../builder/cypress/integration/renameAnApplication.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/builder/cypress/integration/renameAnApplication.spec.js b/packages/builder/cypress/integration/renameAnApplication.spec.js index 4460750b07..6e432e476b 100644 --- a/packages/builder/cypress/integration/renameAnApplication.spec.js +++ b/packages/builder/cypress/integration/renameAnApplication.spec.js @@ -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()