diff --git a/x-pack/test_serverless/functional/test_suites/common/discover/x_pack/reporting.ts b/x-pack/test_serverless/functional/test_suites/common/discover/x_pack/reporting.ts index 76c95ebbd890e..0807b44ed3d9c 100644 --- a/x-pack/test_serverless/functional/test_suites/common/discover/x_pack/reporting.ts +++ b/x-pack/test_serverless/functional/test_suites/common/discover/x_pack/reporting.ts @@ -10,6 +10,8 @@ import moment from 'moment'; import { FtrProviderContext } from '../../../../ftr_provider_context'; export default function ({ getService, getPageObjects }: FtrProviderContext) { + // see details: https://github.com/elastic/kibana/issues/197957 + this.tags(['failsOnMKI']); const reportingAPI = getService('reporting'); const log = getService('log'); const es = getService('es');