From d135be0f2f709c446ea2806b01da27e7047ec89b Mon Sep 17 00:00:00 2001 From: PhilippeOberti Date: Thu, 14 Dec 2023 18:36:22 -0600 Subject: [PATCH] [Security Solution] - skipping failing Cypress test (see https://github.com/elastic/kibana/issues/172233) --- .../cypress/e2e/investigations/alerts/alerts_cell_actions.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/test/security_solution_cypress/cypress/e2e/investigations/alerts/alerts_cell_actions.cy.ts b/x-pack/test/security_solution_cypress/cypress/e2e/investigations/alerts/alerts_cell_actions.cy.ts index 911b870d08347..01eea25372774 100644 --- a/x-pack/test/security_solution_cypress/cypress/e2e/investigations/alerts/alerts_cell_actions.cy.ts +++ b/x-pack/test/security_solution_cypress/cypress/e2e/investigations/alerts/alerts_cell_actions.cy.ts @@ -36,7 +36,7 @@ import { openActiveTimeline } from '../../../tasks/timeline'; import { ALERTS_URL } from '../../../urls/navigation'; -describe('Alerts cell actions', { tags: ['@ess', '@serverless'] }, () => { +describe.skip('Alerts cell actions', { tags: ['@ess', '@serverless'] }, () => { before(() => { createRule(getNewRule()); });