From 36ebbb2eb0d3d3a7dbc9edc17c3ae03bd9a5aa9c Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Fri, 23 Feb 2024 17:51:50 -0500 Subject: [PATCH] skip failing test suite (#177761) --- .../e2e/investigations/dasbhoards/detection_response.cy.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 eb3881f8123a5..486ccda3d9b3c 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 @@ -43,7 +43,8 @@ import { ALERTS_URL, DASHBOARDS_URL, DETECTION_AND_RESPONSE_URL } from '../../.. const TEST_USER_NAME = 'test'; const SIEM_KIBANA_HOST_NAME = 'siem-kibana'; -describe('Detection response view', { tags: ['@ess', '@serverless'] }, () => { +// Failing: See https://github.com/elastic/kibana/issues/177761 +describe.skip('Detection response view', { tags: ['@ess', '@serverless'] }, () => { before(() => { deleteAlertsAndRules(); cy.task('esArchiverLoad', { archiveName: 'auditbeat_multiple' });