From cb3ed8065f949be5f92445047ba3e71c84b6f9f7 Mon Sep 17 00:00:00 2001 From: Kavitha Conjeevaram Mohan Date: Thu, 21 Sep 2023 11:22:57 -0700 Subject: [PATCH] [2.10] Skip flaky reporting test (#894) 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 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);