From 1597daf2d0fb374a97431acc30933d2ce24128af Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Sat, 24 Feb 2024 00:01:00 +0000 Subject: [PATCH] skip flaky suite (#168768) --- .../e2e/investigations/dasbhoards/detection_response.cy.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/test/security_solution_cypress/cypress/e2e/investigations/dasbhoards/detection_response.cy.ts b/x-pack/test/security_solution_cypress/cypress/e2e/investigations/dasbhoards/detection_response.cy.ts index 486ccda3d9b3c..c4fe72f82ba01 100644 --- a/x-pack/test/security_solution_cypress/cypress/e2e/investigations/dasbhoards/detection_response.cy.ts +++ b/x-pack/test/security_solution_cypress/cypress/e2e/investigations/dasbhoards/detection_response.cy.ts @@ -44,6 +44,7 @@ const TEST_USER_NAME = 'test'; const SIEM_KIBANA_HOST_NAME = 'siem-kibana'; // Failing: See https://github.com/elastic/kibana/issues/177761 +// FLAKY: https://github.com/elastic/kibana/issues/168768 describe.skip('Detection response view', { tags: ['@ess', '@serverless'] }, () => { before(() => { deleteAlertsAndRules();