Skip to content

Commit

Permalink
Skipping test due to bug elastic#20807
Browse files Browse the repository at this point in the history
  • Loading branch information
Liza Dayoub committed Jul 14, 2018
1 parent 8f17171 commit 96a2e45
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 96a2e45

Please sign in to comment.