From c72428f9aea5c5607b774ddc42e4527bff857287 Mon Sep 17 00:00:00 2001 From: Jan Kuipers <148754765+jan-elastic@users.noreply.github.com> Date: Fri, 17 Jan 2025 14:51:06 +0100 Subject: [PATCH] Unmute InferenceIngestInputConfigIT --- muted-tests.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/muted-tests.yml b/muted-tests.yml index ad9be1d1196f6..618d260204acf 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -302,12 +302,6 @@ tests: - class: org.elasticsearch.xpack.apmdata.APMYamlTestSuiteIT method: test {yaml=/10_apm/Test template reinstallation} issue: https://github.com/elastic/elasticsearch/issues/116445 -- class: org.elasticsearch.xpack.ml.integration.InferenceIngestInputConfigIT - method: testIngestWithMultipleInputFields - issue: https://github.com/elastic/elasticsearch/issues/120282 -- class: org.elasticsearch.xpack.ml.integration.InferenceIngestInputConfigIT - method: testIngestWithInputFields - issue: https://github.com/elastic/elasticsearch/issues/120283 - class: org.elasticsearch.gradle.internal.InternalDistributionBwcSetupPluginFuncTest method: supports darwin aarch distributions issue: https://github.com/elastic/elasticsearch/issues/119947