From 4d81258a082e670cd064c30d192dcb4df915b055 Mon Sep 17 00:00:00 2001 From: Tre' Seymour Date: Fri, 13 Dec 2024 12:29:36 +0000 Subject: [PATCH] [SKIP ON MKI] x-pack/test/api_integration/deployment_agnostic/apis/observability/synthetics/create_monitor_private_location.ts --- .../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');