Skip to content

Commit 6642f1e

Browse files
authored
Unumute test affected by #113099 (#113533)
Those test were failing for a missing backport with the following error: ``` stack_trace":"java.io.IOException: Can't read unknown type [111]\n\tat [email protected] ``` The backport is done so we can just unmute them. fixes #113502 fixes #113497
1 parent fce8e40 commit 6642f1e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

muted-tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -281,12 +281,6 @@ tests:
281281
- class: org.elasticsearch.xpack.ml.integration.MlJobIT
282282
method: testOutOfOrderData
283283
issue: https://github.com/elastic/elasticsearch/issues/113477
284-
- class: org.elasticsearch.upgrades.UpgradeClusterClientYamlTestSuiteIT
285-
method: test {p0=mixed_cluster/100_analytics_usage/Basic test for usage stats on analytics indices}
286-
issue: https://github.com/elastic/elasticsearch/issues/113497
287-
- class: org.elasticsearch.xpack.esql.qa.mixed.EsqlClientYamlIT
288-
method: test {p0=esql/60_usage/Basic ESQL usage output (telemetry)}
289-
issue: https://github.com/elastic/elasticsearch/issues/113502
290284
- class: org.elasticsearch.xpack.ml.integration.MlJobIT
291285
method: testCreateJobsWithIndexNameOption
292286
issue: https://github.com/elastic/elasticsearch/issues/113528

0 commit comments

Comments
 (0)