Skip to content

Commit 29bd274

Browse files
authored
Mute default ELSER tests (#117390) (#117475)
(cherry picked from commit 86098f8) # Conflicts: # muted-tests.yml
1 parent b5c8e38 commit 29bd274

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
@@ -269,6 +269,12 @@ tests:
269269
- class: org.elasticsearch.ingest.geoip.EnterpriseGeoIpDownloaderIT
270270
method: testEnterpriseDownloaderTask
271271
issue: https://github.com/elastic/elasticsearch/issues/115163
272+
- class: org.elasticsearch.xpack.inference.InferenceRestIT
273+
method: test {p0=inference/40_semantic_text_query/Query a field that uses the default ELSER 2 endpoint}
274+
issue: https://github.com/elastic/elasticsearch/issues/117027
275+
- class: org.elasticsearch.xpack.inference.InferenceRestIT
276+
method: test {p0=inference/30_semantic_text_inference/Calculates embeddings using the default ELSER 2 endpoint}
277+
issue: https://github.com/elastic/elasticsearch/issues/117349
272278
- class: org.elasticsearch.xpack.security.operator.OperatorPrivilegesIT
273279
method: testEveryActionIsEitherOperatorOnlyOrNonOperator
274280
issue: https://github.com/elastic/elasticsearch/issues/102992
@@ -311,9 +317,6 @@ tests:
311317
- class: org.elasticsearch.search.StressSearchServiceReaperIT
312318
method: testStressReaper
313319
issue: https://github.com/elastic/elasticsearch/issues/115816
314-
- class: org.elasticsearch.xpack.inference.InferenceRestIT
315-
method: test {p0=inference/30_semantic_text_inference/Calculates embeddings using the default ELSER 2 endpoint}
316-
issue: https://github.com/elastic/elasticsearch/issues/116542
317320
- class: org.elasticsearch.xpack.spatial.search.GeoGridAggAndQueryConsistencyIT
318321
method: testGeoShapeGeoHex
319322
issue: https://github.com/elastic/elasticsearch/issues/115705
@@ -347,9 +350,6 @@ tests:
347350
- class: org.elasticsearch.xpack.application.CohereServiceUpgradeIT
348351
method: testCohereEmbeddings {upgradedNodes=2}
349352
issue: https://github.com/elastic/elasticsearch/issues/116975
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
353353
- class: org.elasticsearch.xpack.searchablesnapshots.RetrySearchIntegTests
354354
method: testRetryPointInTime
355355
issue: https://github.com/elastic/elasticsearch/issues/117116

0 commit comments

Comments
 (0)