Skip to content

Commit

Permalink
skip flaky suite (#65949)
Browse files Browse the repository at this point in the history
(cherry picked from commit d9eae98)
  • Loading branch information
spalger committed May 13, 2020
1 parent 91aadb7 commit 49be10c
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 @@ -26,7 +26,8 @@ export default function({ getService, getPageObjects }: FtrProviderContext) {
'timePicker',
]);

describe('sample data dashboard', function describeIndexTests() {
// FLAKY: 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 49be10c

Please sign in to comment.