From d799fec828c29a81491852c5cdc2b8d1d99332be Mon Sep 17 00:00:00 2001 From: Lee Hinman Date: Mon, 30 Sep 2024 16:18:09 -0600 Subject: [PATCH] Unmute DotPrefixClientYamlTestSuiteIT (#113714) This was fixed in https://github.com/elastic/elasticsearch/pull/113560, but couldn't be unmuted there due to it requiring backporting before it was fixed. Resolves #113529 --- muted-tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/muted-tests.yml b/muted-tests.yml index 6b81333ee3f1..72c3069aff4f 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -278,9 +278,6 @@ tests: - class: org.elasticsearch.xpack.ml.integration.MlJobIT method: testCreateJobsWithIndexNameOption issue: https://github.com/elastic/elasticsearch/issues/113528 -- class: org.elasticsearch.validation.DotPrefixClientYamlTestSuiteIT - method: test {p0=dot_prefix/10_basic/Deprecated index template with a dot prefix index pattern} - issue: https://github.com/elastic/elasticsearch/issues/113529 - class: org.elasticsearch.xpack.inference.TextEmbeddingCrudIT method: testPutE5WithTrainedModelAndInference issue: https://github.com/elastic/elasticsearch/issues/113565