From e89eff5ea6042d078669338e8a676fd11eec7f09 Mon Sep 17 00:00:00 2001 From: Kavitha Conjeevaram Mohan Date: Thu, 12 Oct 2023 10:37:26 -0700 Subject: [PATCH] Skip flaky reporting test Signed-off-by: Kavitha Conjeevaram Mohan --- .../integration/plugins/reports-dashboards/04-download.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/plugins/reports-dashboards/04-download.spec.js b/cypress/integration/plugins/reports-dashboards/04-download.spec.js index e94e7be66..f51e7c93f 100644 --- a/cypress/integration/plugins/reports-dashboards/04-download.spec.js +++ b/cypress/integration/plugins/reports-dashboards/04-download.spec.js @@ -27,7 +27,7 @@ describe('Cypress', () => { cy.wait(3000); }); - it('Download from reporting homepage', () => { + it.skip('Download from reporting homepage', () => { cy.visit(`${BASE_PATH}/app/reports-dashboards#/`, { waitForGetTenant: true, });