Skip to content

Commit 3ad9a63

Browse files
authored
Mute default ELSER tests (#117390) (#117472)
(cherry picked from commit 86098f8) # Conflicts: # muted-tests.yml
1 parent dbb1bc2 commit 3ad9a63

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

muted-tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -308,9 +308,6 @@ tests:
308308
- class: org.elasticsearch.search.StressSearchServiceReaperIT
309309
method: testStressReaper
310310
issue: https://github.com/elastic/elasticsearch/issues/115816
311-
- class: org.elasticsearch.xpack.inference.InferenceRestIT
312-
method: test {p0=inference/30_semantic_text_inference/Calculates embeddings using the default ELSER 2 endpoint}
313-
issue: https://github.com/elastic/elasticsearch/issues/116542
314311
- class: org.elasticsearch.xpack.spatial.search.GeoGridAggAndQueryConsistencyIT
315312
method: testGeoShapeGeoHex
316313
issue: https://github.com/elastic/elasticsearch/issues/115705
@@ -344,15 +341,18 @@ tests:
344341
- class: org.elasticsearch.xpack.application.CohereServiceUpgradeIT
345342
method: testCohereEmbeddings {upgradedNodes=2}
346343
issue: https://github.com/elastic/elasticsearch/issues/116975
347-
- class: org.elasticsearch.xpack.inference.InferenceRestIT
348-
method: test {p0=inference/40_semantic_text_query/Query a field that uses the default ELSER 2 endpoint}
349-
issue: https://github.com/elastic/elasticsearch/issues/117027
350344
- class: org.elasticsearch.xpack.searchablesnapshots.RetrySearchIntegTests
351345
method: testRetryPointInTime
352346
issue: https://github.com/elastic/elasticsearch/issues/117116
353347
- class: org.elasticsearch.oldrepos.OldRepositoryAccessIT
354348
method: testOldRepoAccess
355349
issue: https://github.com/elastic/elasticsearch/issues/115631
350+
- class: org.elasticsearch.xpack.inference.InferenceRestIT
351+
method: test {p0=inference/40_semantic_text_query/Query a field that uses the default ELSER 2 endpoint}
352+
issue: https://github.com/elastic/elasticsearch/issues/117027
353+
- class: org.elasticsearch.xpack.inference.InferenceRestIT
354+
method: test {p0=inference/30_semantic_text_inference/Calculates embeddings using the default ELSER 2 endpoint}
355+
issue: https://github.com/elastic/elasticsearch/issues/117349
356356
- class: org.elasticsearch.xpack.security.operator.OperatorPrivilegesIT
357357
method: testEveryActionIsEitherOperatorOnlyOrNonOperator
358358
issue: https://github.com/elastic/elasticsearch/issues/102992

0 commit comments

Comments
 (0)