From 60b9479c4373e5bdce7f6fde5ddd144b8fd6ea2c Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Sat, 24 Feb 2024 00:03:57 +0000 Subject: [PATCH] skip flaky suite (#168772) --- .../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 909f2506072b5..5e99105c08e43 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 @@ -48,6 +48,7 @@ const SIEM_KIBANA_HOST_NAME = 'siem-kibana'; // FLAKY: https://github.com/elastic/kibana/issues/168769 // FLAKY: https://github.com/elastic/kibana/issues/168770 // FLAKY: https://github.com/elastic/kibana/issues/168771 +// FLAKY: https://github.com/elastic/kibana/issues/168772 describe.skip('Detection response view', { tags: ['@ess', '@serverless'] }, () => { before(() => { deleteAlertsAndRules();