diff --git a/x-pack/test/reporting_functional/reporting_and_security/management.ts b/x-pack/test/reporting_functional/reporting_and_security/management.ts index fbff1499ef193..e1d124ede931e 100644 --- a/x-pack/test/reporting_functional/reporting_and_security/management.ts +++ b/x-pack/test/reporting_functional/reporting_and_security/management.ts @@ -15,7 +15,8 @@ export default ({ getService, getPageObjects }: FtrProviderContext) => { const reportingFunctional = getService('reportingFunctional'); const esArchiver = getService('esArchiver'); - describe('Access to Management > Reporting', () => { + // Failing: See https://github.com/elastic/kibana/issues/192014 + describe.skip('Access to Management > Reporting', () => { before(async () => { await reportingFunctional.initEcommerce(); });