Skip to content

Commit

Permalink
skip flaky suite (#65949)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 9, 2020
1 parent 83c7d33 commit f9da7af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/dashboard/_async_dashboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
'timePicker',
]);

describe('sample data dashboard', function describeIndexTests() {
// Flakky: https://github.com/elastic/kibana/issues/65949
describe.skip('sample data dashboard', function describeIndexTests() {
before(async () => {
await PageObjects.common.sleep(5000);
await PageObjects.common.navigateToUrl('home', '/tutorial_directory/sampleData', {
Expand Down

0 comments on commit f9da7af

Please sign in to comment.