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(); });