Skip to content

Commit

Permalink
skip flaky suite (elastic#135251)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed May 9, 2023
1 parent 335379a commit e381a33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/home/_newsfeed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
});
Expand Down

0 comments on commit e381a33

Please sign in to comment.