|
@@ -308,9 +308,6 @@ tests:
|
|
|
- class: org.elasticsearch.search.StressSearchServiceReaperIT
|
|
|
method: testStressReaper
|
|
|
issue: https://github.com/elastic/elasticsearch/issues/115816
|
|
|
-- class: org.elasticsearch.xpack.inference.InferenceRestIT
|
|
|
- method: test {p0=inference/30_semantic_text_inference/Calculates embeddings using the default ELSER 2 endpoint}
|
|
|
- issue: https://github.com/elastic/elasticsearch/issues/116542
|
|
|
- class: org.elasticsearch.xpack.spatial.search.GeoGridAggAndQueryConsistencyIT
|
|
|
method: testGeoShapeGeoHex
|
|
|
issue: https://github.com/elastic/elasticsearch/issues/115705
|
|
@@ -344,15 +341,18 @@ tests:
|
|
|
- class: org.elasticsearch.xpack.application.CohereServiceUpgradeIT
|
|
|
method: testCohereEmbeddings {upgradedNodes=2}
|
|
|
issue: https://github.com/elastic/elasticsearch/issues/116975
|
|
|
-- class: org.elasticsearch.xpack.inference.InferenceRestIT
|
|
|
- method: test {p0=inference/40_semantic_text_query/Query a field that uses the default ELSER 2 endpoint}
|
|
|
- issue: https://github.com/elastic/elasticsearch/issues/117027
|
|
|
- class: org.elasticsearch.xpack.searchablesnapshots.RetrySearchIntegTests
|
|
|
method: testRetryPointInTime
|
|
|
issue: https://github.com/elastic/elasticsearch/issues/117116
|
|
|
- class: org.elasticsearch.oldrepos.OldRepositoryAccessIT
|
|
|
method: testOldRepoAccess
|
|
|
issue: https://github.com/elastic/elasticsearch/issues/115631
|
|
|
+- class: org.elasticsearch.xpack.inference.InferenceRestIT
|
|
|
+ method: test {p0=inference/40_semantic_text_query/Query a field that uses the default ELSER 2 endpoint}
|
|
|
+ issue: https://github.com/elastic/elasticsearch/issues/117027
|
|
|
+- class: org.elasticsearch.xpack.inference.InferenceRestIT
|
|
|
+ method: test {p0=inference/30_semantic_text_inference/Calculates embeddings using the default ELSER 2 endpoint}
|
|
|
+ issue: https://github.com/elastic/elasticsearch/issues/117349
|
|
|
- class: org.elasticsearch.xpack.security.operator.OperatorPrivilegesIT
|
|
|
method: testEveryActionIsEitherOperatorOnlyOrNonOperator
|
|
|
issue: https://github.com/elastic/elasticsearch/issues/102992
|