From 25599df70407c092d5c35759ea3fa463bbabd554 Mon Sep 17 00:00:00 2001 From: Philippe Oberti Date: Thu, 14 Dec 2023 12:26:35 -0600 Subject: [PATCH] [Security Solution] - skipping failing Cypress test (#173407) --- .../alert_details_right_panel_overview_tab.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/test/security_solution_cypress/cypress/e2e/investigations/alerts/expandable_flyout/alert_details_right_panel_overview_tab.cy.ts b/x-pack/test/security_solution_cypress/cypress/e2e/investigations/alerts/expandable_flyout/alert_details_right_panel_overview_tab.cy.ts index fb2af6a16b022..e9fe42b6951ea 100644 --- a/x-pack/test/security_solution_cypress/cypress/e2e/investigations/alerts/expandable_flyout/alert_details_right_panel_overview_tab.cy.ts +++ b/x-pack/test/security_solution_cypress/cypress/e2e/investigations/alerts/expandable_flyout/alert_details_right_panel_overview_tab.cy.ts @@ -334,7 +334,7 @@ describe( // TODO work on getting proper data to make the prevalence section work here // we need to generate enough data to have at least one field with prevalence - it('should display prevalence section', () => { + it.skip('should display prevalence section', () => { toggleOverviewTabAboutSection(); toggleOverviewTabInvestigationSection(); toggleOverviewTabInsightsSection();