From e460bb7bb1cf91c455fca340b35b5dd110e4aea5 Mon Sep 17 00:00:00 2001 From: sumukhswamy Date: Thu, 1 Feb 2024 17:12:52 -0800 Subject: [PATCH 1/3] skipped flakey tests Signed-off-by: sumukhswamy --- .../plugins/reports-dashboards/04-download.spec.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cypress/integration/plugins/reports-dashboards/04-download.spec.js b/cypress/integration/plugins/reports-dashboards/04-download.spec.js index e94e7be66..e4394e4a6 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, }); @@ -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); @@ -86,7 +86,7 @@ describe('Cypress', () => { cy.get('#reportGenerationProgressModal'); }); - it('Download csv from saved search in-context menu', () => { + it.skip('Download csv from saved search in-context menu', () => { cy.visit(`${BASE_PATH}/app/discover#`); cy.wait(5000); From 9f0b708633a1de03ee89248de3e286469bc0689f Mon Sep 17 00:00:00 2001 From: sumukhswamy Date: Thu, 1 Feb 2024 17:35:50 -0800 Subject: [PATCH 2/3] skipped flakey tests Signed-off-by: sumukhswamy --- .../plugins/reports-dashboards/04-download.spec.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cypress/integration/plugins/reports-dashboards/04-download.spec.js b/cypress/integration/plugins/reports-dashboards/04-download.spec.js index e4394e4a6..e94e7be66 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.skip('Download from reporting homepage', () => { + it('Download from reporting homepage', () => { cy.visit(`${BASE_PATH}/app/reports-dashboards#/`, { waitForGetTenant: true, }); @@ -45,7 +45,7 @@ describe('Cypress', () => { .should('exist'); }); - it.skip('Download pdf from in-context menu', () => { + it('Download pdf from in-context menu', () => { cy.visit(`${BASE_PATH}/app/dashboards#`); cy.wait(5000); @@ -86,7 +86,7 @@ describe('Cypress', () => { cy.get('#reportGenerationProgressModal'); }); - it.skip('Download csv from saved search in-context menu', () => { + it('Download csv from saved search in-context menu', () => { cy.visit(`${BASE_PATH}/app/discover#`); cy.wait(5000); From 830914a15ffd0910957dc8127b925dc2a9693ca3 Mon Sep 17 00:00:00 2001 From: sumukhswamy Date: Fri, 2 Feb 2024 10:25:05 -0800 Subject: [PATCH 3/3] skipped flakey tests Signed-off-by: sumukhswamy --- .../plugins/reports-dashboards/04-download.spec.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cypress/integration/plugins/reports-dashboards/04-download.spec.js b/cypress/integration/plugins/reports-dashboards/04-download.spec.js index e94e7be66..e4394e4a6 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, }); @@ -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); @@ -86,7 +86,7 @@ describe('Cypress', () => { cy.get('#reportGenerationProgressModal'); }); - it('Download csv from saved search in-context menu', () => { + it.skip('Download csv from saved search in-context menu', () => { cy.visit(`${BASE_PATH}/app/discover#`); cy.wait(5000);