Skip to content

Commit

Permalink
skip flaky suite (#40670)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Dec 4, 2019
1 parent 7d14c90 commit bd41b83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/home/_sample_data.js
Expand Up @@ -76,7 +76,8 @@ export default function ({ getService, getPageObjects }) {
expect(isInstalled).to.be(true);
});

describe('dashboard', () => {
// FLAKY: https://github.com/elastic/kibana/issues/40670
describe.skip('dashboard', () => {
afterEach(async () => {
await PageObjects.common.navigateToUrl('home', 'tutorial_directory/sampleData');
await PageObjects.header.waitUntilLoadingHasFinished();
Expand Down

0 comments on commit bd41b83

Please sign in to comment.