From e6627dd602c5b22521bf7e2b4e77d7db1c1c6fc0 Mon Sep 17 00:00:00 2001 From: Pat Whelan Date: Thu, 18 Dec 2025 12:19:04 -0500 Subject: [PATCH] [ML] Unmute Inference Test (#139765) We believe #136747 reduced the chance for this to happen. Resolve #133603 --- muted-tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/muted-tests.yml b/muted-tests.yml index 25411a94cd137..f1e7a5f171cf7 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -250,9 +250,6 @@ tests: - class: org.elasticsearch.xpack.esql.action.CrossClusterCancellationIT method: testCancelSkipUnavailable issue: https://github.com/elastic/elasticsearch/issues/134865 -- class: org.elasticsearch.xpack.ml.integration.InferenceIT - method: testInferRegressionModel - issue: https://github.com/elastic/elasticsearch/issues/133603 - class: org.elasticsearch.reservedstate.service.RepositoriesFileSettingsIT method: testSettingsApplied issue: https://github.com/elastic/elasticsearch/issues/126748