From b87196e250eb501863201dec9a7c73f0a80872c2 Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Mon, 4 Dec 2023 21:44:35 +0000 Subject: [PATCH] skip flaky suite (#170822) --- .../alert_details_left_panel_correlations_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_correlations_tab.cy.ts b/x-pack/test/security_solution_cypress/cypress/e2e/investigations/alerts/expandable_flyout/alert_details_left_panel_correlations_tab.cy.ts index fe89d50dd520d..c61f3d6d65f96 100644 --- a/x-pack/test/security_solution_cypress/cypress/e2e/investigations/alerts/expandable_flyout/alert_details_left_panel_correlations_tab.cy.ts +++ b/x-pack/test/security_solution_cypress/cypress/e2e/investigations/alerts/expandable_flyout/alert_details_left_panel_correlations_tab.cy.ts @@ -33,7 +33,8 @@ import { login } from '../../../../tasks/login'; import { visit } from '../../../../tasks/navigation'; import { ALERTS_URL } from '../../../../urls/navigation'; -describe('Expandable flyout left panel correlations', { tags: ['@ess', '@serverless'] }, () => { +// FLAKY: https://github.com/elastic/kibana/issues/170822 +describe.skip('Expandable flyout left panel correlations', { tags: ['@ess', '@serverless'] }, () => { beforeEach(() => { login(); createRule(getNewRule());