diff --git a/cypress/integration/plugins/reports-dashboards/04-download.spec.js b/cypress/integration/plugins/reports-dashboards/04-download.spec.js index ff5984cf0..efc9c6f46 100644 --- a/cypress/integration/plugins/reports-dashboards/04-download.spec.js +++ b/cypress/integration/plugins/reports-dashboards/04-download.spec.js @@ -45,7 +45,7 @@ describe('Cypress', () => { .should('exist'); }); - it('Download pdf from in-context menu', () => { + it.skip('Download pdf from in-context menu', () => { cy.visit(`${BASE_PATH}/app/dashboards#`); cy.wait(5000);