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