Skip to content

Commit 60ce74a

Browse files
authored
mute csv test for scoring in esql for mixed cluster (#117767)
1 parent e19f2b7 commit 60ce74a

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
@@ -222,6 +222,9 @@ tests:
222222
- class: "org.elasticsearch.xpack.esql.qa.single_node.EsqlSpecIT"
223223
method: "test {scoring.*}"
224224
issue: https://github.com/elastic/elasticsearch/issues/117641
225+
- class: "org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT"
226+
method: "test {scoring.*}"
227+
issue: https://github.com/elastic/elasticsearch/issues/117641
225228
- class: org.elasticsearch.xpack.inference.InferenceCrudIT
226229
method: testSupportedStream
227230
issue: https://github.com/elastic/elasticsearch/issues/117745

0 commit comments

Comments
 (0)