From 1ec887ecf4c2afdd4cfe12e8f8b0d0b976d819b1 Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Fri, 15 Dec 2023 16:59:09 +0000 Subject: [PATCH] skip flaky suite (#172233) --- .../e2e/investigations/alerts/alerts_cell_actions.cy.ts | 3 ++- 1 file changed, 2 insertions(+), 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 dcdcd9840bdf0..ed97b97fff977 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 @@ -147,7 +147,8 @@ describe('Alerts cell actions', { tags: ['@ess', '@serverless'] }, () => { }); }); - describe('Copy to clipboard', () => { + // FLAKY: https://github.com/elastic/kibana/issues/172233 + describe.skip('Copy to clipboard', () => { beforeEach(() => { login(); visit(ALERTS_URL);