mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip flaky suite (#135251)
This commit is contained in:
parent
335379ac4b
commit
e381a33c2c
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue