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);