From 85a02734767483d468792f5eb57c5633d3a0410c Mon Sep 17 00:00:00 2001 From: Tre Date: Fri, 13 Dec 2024 14:31:56 +0000 Subject: [PATCH] [SKIP ON MKI] `x-pack/test/api_integration/deployment_agnostic/apis/observability/synthetics/create_monitor_private_location.ts` (#204205) ## Summary see details: https://github.com/elastic/kibana/issues/204204 --- .../observability/synthetics/create_monitor_private_location.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x-pack/test/api_integration/deployment_agnostic/apis/observability/synthetics/create_monitor_private_location.ts b/x-pack/test/api_integration/deployment_agnostic/apis/observability/synthetics/create_monitor_private_location.ts index 7141eab30d8f5..a940a5aec756b 100644 --- a/x-pack/test/api_integration/deployment_agnostic/apis/observability/synthetics/create_monitor_private_location.ts +++ b/x-pack/test/api_integration/deployment_agnostic/apis/observability/synthetics/create_monitor_private_location.ts @@ -31,6 +31,8 @@ import { SyntheticsMonitorTestService } from '../../../services/synthetics_monit export default function ({ getService }: DeploymentAgnosticFtrProviderContext) { describe('PrivateLocationAddMonitor', function () { + // see details: https://github.com/elastic/kibana/issues/204204 + this.tags(['failsOnMKI']); const kibanaServer = getService('kibanaServer'); const supertestAPI = getService('supertestWithoutAuth'); const supertestWithAuth = getService('supertest');