From 618ad0051ebc6bd1a4de232ce9ef907f3372849d Mon Sep 17 00:00:00 2001 From: Gloria Hornero Date: Tue, 12 Dec 2023 16:19:06 +0100 Subject: [PATCH] adding a comment tracking the new skipped test --- .../cypress/e2e/explore/overview/overview.cy.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/test/security_solution_cypress/cypress/e2e/explore/overview/overview.cy.ts b/x-pack/test/security_solution_cypress/cypress/e2e/explore/overview/overview.cy.ts index 1134619e8f6f1..b0b1a11bc69e0 100644 --- a/x-pack/test/security_solution_cypress/cypress/e2e/explore/overview/overview.cy.ts +++ b/x-pack/test/security_solution_cypress/cypress/e2e/explore/overview/overview.cy.ts @@ -46,6 +46,7 @@ describe('Overview Page', { tags: ['@ess', '@serverless'] }, () => { }); }); + // https://github.com/elastic/kibana/issues/173168 describe('Favorite Timelines', { tags: ['@brokenInServerless'] }, () => { it('should appear on overview page', () => { createTimeline(getTimeline())