Skip to content

Commit

Permalink
Skipping sample data test due to bug elastic#20807, let's see if rest…
Browse files Browse the repository at this point in the history
… of the tests pass
  • Loading branch information
Liza Dayoub committed Jul 14, 2018
1 parent 976fab2 commit b910deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/apps/home/_sample_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default function ({ getService, getPageObjects }) {
expect(isInstalled).to.be(true);
});

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

0 comments on commit b910deb

Please sign in to comment.