Skip to content

Commit

Permalink
Skip failing test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Dec 31, 2019
1 parent efdfe9b commit af31b6a
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 @@ -25,7 +25,8 @@ export default function({ getService, getPageObjects }: FtrProviderContext) {
const globalNav = getService('globalNav');
const PageObjects = getPageObjects(['common', 'newsfeed']);

describe('Newsfeed', () => {
// Failing: https://github.com/elastic/kibana/issues/53860
describe.skip('Newsfeed', () => {
before(async () => {
await PageObjects.newsfeed.resetPage();
});
Expand Down

0 comments on commit af31b6a

Please sign in to comment.