skip flaky suite (#135251)

This commit is contained in:
Tiago Costa 2023-06-28 02:53:09 +01:00
parent 96e6e22d37
commit cc6e1ef591
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', 'common']);
describe('Newsfeed', () => {
// FLAKY: https://github.com/elastic/kibana/issues/135251
describe.skip('Newsfeed', () => {
before(async () => {
await PageObjects.newsfeed.resetPage();
});