From 7cafcb8ccdc577a10a942b768d57584227898099 Mon Sep 17 00:00:00 2001 From: Justin Kambic Date: Fri, 5 Apr 2024 10:54:55 -0400 Subject: [PATCH] Remove MKI failure tag. --- .../observability/synthetics/synthetics_enablement.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/x-pack/test_serverless/api_integration/test_suites/observability/synthetics/synthetics_enablement.ts b/x-pack/test_serverless/api_integration/test_suites/observability/synthetics/synthetics_enablement.ts index a6f2eeb082ccd..fae09f97cf2a2 100644 --- a/x-pack/test_serverless/api_integration/test_suites/observability/synthetics/synthetics_enablement.ts +++ b/x-pack/test_serverless/api_integration/test_suites/observability/synthetics/synthetics_enablement.ts @@ -42,8 +42,6 @@ export default function ({ getService }: FtrProviderContext) { }; describe('SyntheticsEnablement', function () { - // failsOnMKI, see https://github.com/elastic/kibana/issues/180108 - this.tags(['failsOnMKI']); const svlUserManager = getService('svlUserManager'); const svlCommonApi = getService('svlCommonApi'); const supertestWithoutAuth = getService('supertestWithoutAuth');