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 e7ee646 commit 9317f16
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 @@ -24,7 +24,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 9317f16

Please sign in to comment.