From a753ab4ee3a1fd881fb1e7d58cba2e121d1e9842 Mon Sep 17 00:00:00 2001 From: PhilippeOberti Date: Thu, 14 Dec 2023 13:41:12 -0600 Subject: [PATCH] [Security Solution] - skipping failing Cypress test (see https://github.com/elastic/kibana/issues/170782) --- .../e2e/investigations/alerts/alert_table_controls.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/test/security_solution_cypress/cypress/e2e/investigations/alerts/alert_table_controls.cy.ts b/x-pack/test/security_solution_cypress/cypress/e2e/investigations/alerts/alert_table_controls.cy.ts index 29ef82c419ac0..71c551d246882 100644 --- a/x-pack/test/security_solution_cypress/cypress/e2e/investigations/alerts/alert_table_controls.cy.ts +++ b/x-pack/test/security_solution_cypress/cypress/e2e/investigations/alerts/alert_table_controls.cy.ts @@ -40,7 +40,7 @@ import { DATAGRID_HEADER } from '../../../screens/timeline'; * * */ -describe(`Alert Table Controls`, { tags: ['@ess', '@serverless'] }, () => { +describe.skip(`Alert Table Controls`, { tags: ['@ess', '@serverless'] }, () => { beforeEach(() => { login(); createRule(getNewRule());