Skip to content

Commit 86098f8

Browse files
authored
Mute default ELSER tests (#117390)
1 parent 339e431 commit 86098f8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

muted-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,12 @@ tests:
223223
- class: org.elasticsearch.xpack.inference.DefaultEndPointsIT
224224
method: testInferDeploysDefaultElser
225225
issue: https://github.com/elastic/elasticsearch/issues/114913
226+
- class: org.elasticsearch.xpack.inference.InferenceRestIT
227+
method: test {p0=inference/40_semantic_text_query/Query a field that uses the default ELSER 2 endpoint}
228+
issue: https://github.com/elastic/elasticsearch/issues/117027
229+
- class: org.elasticsearch.xpack.inference.InferenceRestIT
230+
method: test {p0=inference/30_semantic_text_inference/Calculates embeddings using the default ELSER 2 endpoint}
231+
issue: https://github.com/elastic/elasticsearch/issues/117349
226232
- class: org.elasticsearch.xpack.security.operator.OperatorPrivilegesIT
227233
method: testEveryActionIsEitherOperatorOnlyOrNonOperator
228234
issue: https://github.com/elastic/elasticsearch/issues/102992

0 commit comments

Comments
 (0)