From 2ea5888f8c2a5d4ab6d7809a24eff186c2bfe511 Mon Sep 17 00:00:00 2001 From: Tanguy Leroux Date: Tue, 5 Nov 2024 17:04:05 +0100 Subject: [PATCH] Unmute DocsClientYamlTestSuiteIT post-resume-follow/line_84 (#115918) Test was fixed by #113673 but wasn't unmuted at the time. Closes #113343 --- muted-tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/muted-tests.yml b/muted-tests.yml index c2d136d910adc..7cbc98d15f83f 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -85,9 +85,6 @@ tests: - class: org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT method: test {p0=mtermvectors/10_basic/Tests catching other exceptions per item} issue: https://github.com/elastic/elasticsearch/issues/113325 -- class: org.elasticsearch.smoketest.DocsClientYamlTestSuiteIT - method: test {yaml=reference/ccr/apis/follow/post-resume-follow/line_84} - issue: https://github.com/elastic/elasticsearch/issues/113343 - class: org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT method: test {p0=search/500_date_range/from, to, include_lower, include_upper deprecated} issue: https://github.com/elastic/elasticsearch/pull/113286