From ac81d96f2ff9a59adce381d9bce11ba4b9a82bcf Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Wed, 13 Dec 2023 23:55:02 +0000 Subject: [PATCH] skip flaky suite (#173339) --- .../cypress/e2e/investigations/timelines/creation.cy.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/security_solution_cypress/cypress/e2e/investigations/timelines/creation.cy.ts b/x-pack/test/security_solution_cypress/cypress/e2e/investigations/timelines/creation.cy.ts index b3c1361c517aa..d048eb2155ef6 100644 --- a/x-pack/test/security_solution_cypress/cypress/e2e/investigations/timelines/creation.cy.ts +++ b/x-pack/test/security_solution_cypress/cypress/e2e/investigations/timelines/creation.cy.ts @@ -49,7 +49,8 @@ import { createTimeline } from '../../../tasks/timelines'; import { OVERVIEW_URL, TIMELINE_TEMPLATES_URL, TIMELINES_URL } from '../../../urls/navigation'; -describe('Timelines', { tags: ['@ess', '@serverless'] }, (): void => { +// FLAKY: https://github.com/elastic/kibana/issues/173339 +describe.skip('Timelines', { tags: ['@ess', '@serverless'] }, (): void => { beforeEach(() => { login(); deleteTimelines();