From 272df7d84293ca41cb9627e30f6c583a6baf7580 Mon Sep 17 00:00:00 2001 From: Dmitrii Date: Thu, 27 Oct 2022 11:25:00 +0200 Subject: [PATCH] Skip flaky tests --- .../security_solution/cypress/e2e/cases/creation.cy.ts | 3 ++- .../e2e/detection_alerts/changing_alert_status.cy.ts | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/x-pack/plugins/security_solution/cypress/e2e/cases/creation.cy.ts b/x-pack/plugins/security_solution/cypress/e2e/cases/creation.cy.ts index 0eaa67b3e1096c..33b7e4468a904e 100644 --- a/x-pack/plugins/security_solution/cypress/e2e/cases/creation.cy.ts +++ b/x-pack/plugins/security_solution/cypress/e2e/cases/creation.cy.ts @@ -68,7 +68,8 @@ describe('Cases', () => { ); }); - it('Creates a new case with timeline and opens the timeline', function () { + // FLAKY + it.skip('Creates a new case with timeline and opens the timeline', function () { loginWithUser({ username: 'elastic', password: 'changeme' }); visitWithoutDateRange(CASES_URL); goToCreateNewCase(); diff --git a/x-pack/plugins/security_solution/cypress/e2e/detection_alerts/changing_alert_status.cy.ts b/x-pack/plugins/security_solution/cypress/e2e/detection_alerts/changing_alert_status.cy.ts index 9500e19be545fb..a4f010cdd8fee6 100644 --- a/x-pack/plugins/security_solution/cypress/e2e/detection_alerts/changing_alert_status.cy.ts +++ b/x-pack/plugins/security_solution/cypress/e2e/detection_alerts/changing_alert_status.cy.ts @@ -157,7 +157,8 @@ describe('Changing alert status', () => { selectCountTable(); clearGroupByTopInput(); }); - it('Closes and opens alerts', () => { + // FLAKY + it.skip('Closes and opens alerts', () => { const numberOfAlertsToBeClosed = 3; cy.get(ALERTS_COUNT) .invoke('text') @@ -253,7 +254,8 @@ describe('Changing alert status', () => { }); }); - it('Updates trend histogram whenever alert status is updated in table', () => { + // FLAKY + it.skip('Updates trend histogram whenever alert status is updated in table', () => { const numberOfAlertsToBeClosed = 1; cy.get(ALERTS_COUNT) .invoke('text')