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';