From b3942177bb7e88a518aead9c2e77c47ba075f4ad Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Wed, 15 May 2024 21:31:58 +0100 Subject: [PATCH] skip flaky suite (#178776) --- .../cypress/e2e/investigations/timelines/fields_browser.cy.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/security_solution_cypress/cypress/e2e/investigations/timelines/fields_browser.cy.ts b/x-pack/test/security_solution_cypress/cypress/e2e/investigations/timelines/fields_browser.cy.ts index efa1b50ee8147..2541f14a3e497 100644 --- a/x-pack/test/security_solution_cypress/cypress/e2e/investigations/timelines/fields_browser.cy.ts +++ b/x-pack/test/security_solution_cypress/cypress/e2e/investigations/timelines/fields_browser.cy.ts @@ -54,7 +54,8 @@ describe('Fields Browser', { tags: ['@ess', '@serverless'] }, () => { openTimelineFieldsBrowser(); }); - describe('Fields Browser rendering', () => { + // FLAKY: https://github.com/elastic/kibana/issues/178776 + describe.skip('Fields Browser rendering', () => { it('should display the expected count of categories and fields that match the filter input', () => { const filterInput = 'host.mac';