From 378f2ed2f7430ac915f4609934de99c172b640b9 Mon Sep 17 00:00:00 2001 From: Tyler Smalley Date: Tue, 14 Sep 2021 12:33:42 -0700 Subject: [PATCH] skip flaky suite (#112164) --- x-pack/test/functional/apps/discover/reporting.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/functional/apps/discover/reporting.ts b/x-pack/test/functional/apps/discover/reporting.ts index 11a442d3500b5..32ed5af506cc3 100644 --- a/x-pack/test/functional/apps/discover/reporting.ts +++ b/x-pack/test/functional/apps/discover/reporting.ts @@ -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');