From 1de43b67d2d2709ed86c71a6ba3d0aebe792378a Mon Sep 17 00:00:00 2001 From: Tre Date: Tue, 21 Jan 2025 14:05:01 +0000 Subject: [PATCH] [SKIP ON MKI] `x-pack/test/api_integration/deployment_agnostic/apis/observability/streams/assets/dashboard.ts` (#207337) see details: https://github.com/elastic/kibana/issues/207310 --- .../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);