From 9b2292a0b3293af9695896af6be7396c94788d22 Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Wed, 18 Oct 2023 16:04:34 +0100 Subject: [PATCH] skip flaky suite (#169033) --- .../cypress/e2e/explore/host_details/risk_tab.cy.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/test/security_solution_cypress/cypress/e2e/explore/host_details/risk_tab.cy.ts b/x-pack/test/security_solution_cypress/cypress/e2e/explore/host_details/risk_tab.cy.ts index 5a6653bc573e8..ea8362ee17541 100644 --- a/x-pack/test/security_solution_cypress/cypress/e2e/explore/host_details/risk_tab.cy.ts +++ b/x-pack/test/security_solution_cypress/cypress/e2e/explore/host_details/risk_tab.cy.ts @@ -17,6 +17,7 @@ import { RISK_INFORMATION_FLYOUT_HEADER } from '../../../screens/entity_analytic import { navigateToHostRiskDetailTab } from '../../../tasks/host_risk'; describe('risk tab', { tags: ['@ess', '@serverless', '@brokenInServerless'] }, () => { + // FLAKY: https://github.com/elastic/kibana/issues/169033 // FLAKY: https://github.com/elastic/kibana/issues/169034 describe.skip('with legacy risk score', () => { before(() => {