skip flaky suite (#135251)

This commit is contained in:
Tiago Costa 2023-05-09 20:58:22 +01:00
parent 335379ac4b
commit e381a33c2c
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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();
});