From fc5dcb50e0768108a3e56ab0c7a4054bbb1d4429 Mon Sep 17 00:00:00 2001 From: Benjamin Trent Date: Tue, 4 Jun 2024 17:12:24 -0400 Subject: [PATCH] Renable test suite, muting bad test (#109366) (#109371) (cherry picked from commit a6e9e906535db2b8958462d92391df7346eee977) --- muted-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/muted-tests.yml b/muted-tests.yml index a750645bee651..60f1d6855835b 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -1,10 +1,10 @@ tests: -- class: org.elasticsearch.analysis.common.CommonAnalysisClientYamlTestSuiteIT - issue: https://github.com/elastic/elasticsearch/issues/109266 +- class: "org.elasticsearch.analysis.common.CommonAnalysisClientYamlTestSuiteIT" + issue: "https://github.com/elastic/elasticsearch/issues/109318" + method: "test {yaml=analysis-common/50_char_filters/pattern_replace error handling (too complex pattern)}" - class: org.elasticsearch.upgrades.AggregationsIT method: testTerms issue: https://github.com/elastic/elasticsearch/issues/109322 - # Examples: # # Mute a single test case in a YAML test suite: