From 72f216566361a73c61a3f04c82856bbcc43426c7 Mon Sep 17 00:00:00 2001 From: Patryk Kopycinski Date: Wed, 27 Sep 2023 10:41:43 +0200 Subject: [PATCH] skip --- .../cypress/e2e/investigations/timelines/search_or_filter.cy.ts | 2 +- 1 file changed, 1 insertion(+), 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 903a9c28acaeb..ea1a1bddd0777 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 @@ -77,7 +77,7 @@ describe('Timeline search and filters', { tags: [tag.ESS, tag.BROKEN_IN_SERVERLE }); }); - it('should be able to update timeline kqlMode with search', () => { + it.skip('should be able to update timeline kqlMode with search', () => { cy.get(TIMELINE_KQLMODE_SEARCH).click(); cy.wait('@update').then(({ response }) => { cy.wrap(response?.statusCode).should('eql', 200);