From aac9378beb866e702ac975cc21c0f8af09043272 Mon Sep 17 00:00:00 2001 From: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com> Date: Thu, 5 May 2022 18:37:08 +0530 Subject: [PATCH] test: Disable flaky test Unable to find the cause of the flakiness of the test. Disabling it for now. Also, the form_tour test is full of `wait` which is bad anyway. --- cypress/integration/form_tour.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/form_tour.js b/cypress/integration/form_tour.js index ab7ada9034..e87a0e5528 100644 --- a/cypress/integration/form_tour.js +++ b/cypress/integration/form_tour.js @@ -1,4 +1,4 @@ -context('Form Tour', () => { +context.skip('Form Tour', () => { before(() => { cy.login(); cy.visit('/app/form-tour');