From 1473f0fdbc3f65d2bde58b33f9863d74e7dd35e5 Mon Sep 17 00:00:00 2001 From: Philippe Oberti Date: Wed, 6 Dec 2023 11:54:58 -0600 Subject: [PATCH] [Security Solution][Timeline] skipping failing test in main (#172708) --- .../cypress/e2e/investigations/timelines/url_state.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/test/security_solution_cypress/cypress/e2e/investigations/timelines/url_state.cy.ts b/x-pack/test/security_solution_cypress/cypress/e2e/investigations/timelines/url_state.cy.ts index 75ad3fc2036cd..e3c77be733312 100644 --- a/x-pack/test/security_solution_cypress/cypress/e2e/investigations/timelines/url_state.cy.ts +++ b/x-pack/test/security_solution_cypress/cypress/e2e/investigations/timelines/url_state.cy.ts @@ -22,7 +22,7 @@ import { visit, visitWithTimeRange } from '../../../tasks/navigation'; import { TIMELINES_URL } from '../../../urls/navigation'; -describe('Open timeline', { tags: ['@serverless', '@ess'] }, () => { +describe.skip('Open timeline', { tags: ['@serverless', '@ess'] }, () => { let timelineSavedObjectId: string | null = null; before(function () { login();