Skip to content

Commit

Permalink
skip flaky suite (#112164)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylersmalley authored and Tyler Smalley committed Sep 14, 2021
1 parent 07f4828 commit 378f2ed
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 @@ -22,7 +22,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await kibanaServer.uiSettings.update({ 'discover:searchFieldsFromSource': setValue });
};

describe('Discover CSV Export', () => {
// Failing: See https://github.com/elastic/kibana/issues/112164
describe.skip('Discover CSV Export', () => {
before('initialize tests', async () => {
log.debug('ReportingPage:initTests');
await esArchiver.load('x-pack/test/functional/es_archives/reporting/ecommerce');
Expand Down

0 comments on commit 378f2ed

Please sign in to comment.