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 0eaa67b3e1096..33b7e4468a904 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 9500e19be545f..a4f010cdd8fee 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')