From 07051ea534a893f7b2f63fcdebe728f4894656f1 Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Mon, 4 Dec 2023 17:15:56 +0000 Subject: [PATCH] skip flaky suite (#170751) --- .../alert_details_left_panel_prevalence_tab.cy.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/security_solution_cypress/cypress/e2e/investigations/alerts/expandable_flyout/alert_details_left_panel_prevalence_tab.cy.ts b/x-pack/test/security_solution_cypress/cypress/e2e/investigations/alerts/expandable_flyout/alert_details_left_panel_prevalence_tab.cy.ts index 44f48f7f74d0cc..f862bb8ea61278 100644 --- a/x-pack/test/security_solution_cypress/cypress/e2e/investigations/alerts/expandable_flyout/alert_details_left_panel_prevalence_tab.cy.ts +++ b/x-pack/test/security_solution_cypress/cypress/e2e/investigations/alerts/expandable_flyout/alert_details_left_panel_prevalence_tab.cy.ts @@ -27,7 +27,8 @@ import { getNewRule } from '../../../../objects/rule'; import { ALERTS_URL } from '../../../../urls/navigation'; import { waitForAlertsToPopulate } from '../../../../tasks/create_new_rule'; -describe( +// FLAKY: https://github.com/elastic/kibana/issues/170751 +describe.skip( 'Alert details expandable flyout left panel prevalence', { tags: ['@ess', '@serverless'] }, () => {