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 3a370de0d0745..daad4d7c84b93 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 @@ -46,6 +46,7 @@ const SIEM_KIBANA_HOST_NAME = 'siem-kibana'; // Failing: See https://github.com/elastic/kibana/issues/177761 // FLAKY: https://github.com/elastic/kibana/issues/168768 // FLAKY: https://github.com/elastic/kibana/issues/168769 +// FLAKY: https://github.com/elastic/kibana/issues/168770 describe.skip('Detection response view', { tags: ['@ess', '@serverless'] }, () => { before(() => { deleteAlertsAndRules();