From 560ea7172b0dcd6f981449f9c24c19af2f0dc86d Mon Sep 17 00:00:00 2001 From: Robert Oskamp Date: Tue, 17 Sep 2024 18:52:41 +0200 Subject: [PATCH] Revert "skip failing test suite (#193036)" (#193152) This reverts commit 010a362f34869f01ef39d21c0986d90cffc21f50. The root cause of the failing tests has been resolved on the Elasticsearch side and the updated Elasticsearch image has been verified and promoted. So the temporarily skipped tests can be re-enabled. --- .../test_suites/common/index_management/inference_endpoints.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x-pack/test_serverless/api_integration/test_suites/common/index_management/inference_endpoints.ts b/x-pack/test_serverless/api_integration/test_suites/common/index_management/inference_endpoints.ts index 83ac02779b5f0..f5f712fc7d5a1 100644 --- a/x-pack/test_serverless/api_integration/test_suites/common/index_management/inference_endpoints.ts +++ b/x-pack/test_serverless/api_integration/test_suites/common/index_management/inference_endpoints.ts @@ -26,8 +26,7 @@ export default function ({ getService }: FtrProviderContext) { let roleAuthc: RoleCredentials; let internalReqHeader: InternalRequestHeader; - // Failing: See https://github.com/elastic/kibana/issues/193036 - describe.skip('Inference endpoints', function () { + describe('Inference endpoints', function () { before(async () => { roleAuthc = await svlUserManager.createM2mApiKeyWithRoleScope('admin'); internalReqHeader = svlCommonApi.getInternalRequestHeader();