diff --git a/x-pack/test_serverless/api_integration/test_suites/common/platform_security/authorization.ts b/x-pack/test_serverless/api_integration/test_suites/common/platform_security/authorization.ts index 71b58821f3a50..c4245985a245e 100644 --- a/x-pack/test_serverless/api_integration/test_suites/common/platform_security/authorization.ts +++ b/x-pack/test_serverless/api_integration/test_suites/common/platform_security/authorization.ts @@ -32,6 +32,8 @@ export default function ({ getService }: FtrProviderContext) { let internalReqHeader: InternalRequestHeader; describe('security/authorization', function () { + // see details: https://github.com/elastic/kibana/issues/192282 + this.tags(['failsOnMKI']); before(async () => { roleAuthc = await svlUserManager.createM2mApiKeyWithRoleScope('admin'); internalReqHeader = svlCommonApi.getInternalRequestHeader();