From 612afd2bceaf4dff86d5debad1a58e65be8ec0ca Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Mon, 27 Nov 2023 21:41:26 +0000 Subject: [PATCH] skip flaky suite (#169882) --- .../e2e/investigations/timelines/search_or_filter.cy.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/security_solution_cypress/cypress/e2e/investigations/timelines/search_or_filter.cy.ts b/x-pack/test/security_solution_cypress/cypress/e2e/investigations/timelines/search_or_filter.cy.ts index 86fa3a7df97d5..a7b4191d8b470 100644 --- a/x-pack/test/security_solution_cypress/cypress/e2e/investigations/timelines/search_or_filter.cy.ts +++ b/x-pack/test/security_solution_cypress/cypress/e2e/investigations/timelines/search_or_filter.cy.ts @@ -53,7 +53,8 @@ describe('Timeline search and filters', { tags: ['@ess', '@serverless'] }, () => }); }); - describe('Update kqlMode for timeline', () => { + // FLAKY: https://github.com/elastic/kibana/issues/169882 + describe.skip('Update kqlMode for timeline', () => { beforeEach(() => { login(); visit(TIMELINES_URL);