Skip to content

Commit

Permalink
Skipping test due to bug elastic#20807 (elastic#20809)
Browse files Browse the repository at this point in the history
  • Loading branch information
liza-mae authored and Liza Dayoub committed Jul 15, 2018
1 parent 090b560 commit 7f4af48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/home/_sample_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ export default function ({ getService, getPageObjects }) {
expect(isInstalled).to.be(true);
});

describe('dashboard', () => {
// Skipping issue # 20807
describe.skip('dashboard', () => {
after(async () => {
await PageObjects.common.navigateToUrl('home', 'tutorial_directory/sampleData');
await PageObjects.header.waitUntilLoadingHasFinished();
Expand Down

0 comments on commit 7f4af48

Please sign in to comment.