From 12f0ef51ee4f522bf9519505768c43265d3144d5 Mon Sep 17 00:00:00 2001 From: Tre' Seymour Date: Tue, 21 Jan 2025 09:47:47 +0000 Subject: [PATCH] [SKIP ON MKI] x-pack/test/api_integration/deployment_agnostic/apis/observability/streams/assets/dashboard.ts --- .../apis/observability/streams/assets/dashboard.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/x-pack/test/api_integration/deployment_agnostic/apis/observability/streams/assets/dashboard.ts b/x-pack/test/api_integration/deployment_agnostic/apis/observability/streams/assets/dashboard.ts index 6b1215548b4bf..da114d49b01ea 100644 --- a/x-pack/test/api_integration/deployment_agnostic/apis/observability/streams/assets/dashboard.ts +++ b/x-pack/test/api_integration/deployment_agnostic/apis/observability/streams/assets/dashboard.ts @@ -108,7 +108,9 @@ export default function ({ getService }: DeploymentAgnosticFtrProviderContext) { } } - describe('Asset links', () => { + describe('Asset links', function () { + // see details: https://github.com/elastic/kibana/issues/207310 + this.tags(['failsOnMKI']); before(async () => { apiClient = await createStreamsRepositoryAdminClient(roleScopedSupertest); await enableStreams(apiClient);