From 786d52f6f97d0db04fd3b4e4692fa1b51ca7b14f Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Mon, 27 Jun 2022 13:56:08 +0530 Subject: [PATCH] chore: disable recorder UI test --- cypress/integration/recorder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/recorder.js b/cypress/integration/recorder.js index 7d4c83abf5..57d3c01356 100644 --- a/cypress/integration/recorder.js +++ b/cypress/integration/recorder.js @@ -1,4 +1,4 @@ -context('Recorder', () => { +context.skip('Recorder', () => { before(() => { cy.login(); });