diff --git a/test/functional/apps/home/_newsfeed.ts b/test/functional/apps/home/_newsfeed.ts index 5b8b5a22cf439a..26a56ad0ee7ca3 100644 --- a/test/functional/apps/home/_newsfeed.ts +++ b/test/functional/apps/home/_newsfeed.ts @@ -13,7 +13,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { const globalNav = getService('globalNav'); const PageObjects = getPageObjects(['newsfeed']); - describe('Newsfeed', () => { + // FLAKY: https://github.com/elastic/kibana/issues/135251 + describe.skip('Newsfeed', () => { before(async () => { await PageObjects.newsfeed.resetPage(); });