Skip to content

Commit 16b472c

Browse files
authored
Mute CATEGORIZE tests also in SYNC tests (elastic#115316)
The test is already muted on main, but now it's causing bwc tests to fail for backports to 8.x as well.
1 parent 35f7efe commit 16b472c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

muted-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,9 @@ tests:
309309
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
310310
method: test {categorize.Categorize ASYNC}
311311
issue: https://github.com/elastic/elasticsearch/issues/113721
312+
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
313+
method: test {categorize.Categorize SYNC}
314+
issue: https://github.com/elastic/elasticsearch/issues/113722
312315
- class: org.elasticsearch.action.search.SearchQueryThenFetchAsyncActionTests
313316
method: testMinimumVersionSameAsNewVersion
314317
issue: https://github.com/elastic/elasticsearch/issues/114593

0 commit comments

Comments
 (0)