Skip to content

Commit

Permalink
skip flaky suite (#104372)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 6, 2021
1 parent 253a398 commit 9894205
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/discover/reporting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});
});

describe('Generate CSV: new search', () => {
// FLAKY: https://github.com/elastic/kibana/issues/104372
describe.skip('Generate CSV: new search', () => {
beforeEach(async () => {
await kibanaServer.importExport.load(ecommerceSOPath);
await PageObjects.common.navigateToApp('discover');
Expand Down

0 comments on commit 9894205

Please sign in to comment.