Skip to content

Commit 5966e38

Browse files
committed
fixed failing pinned retriever test
1 parent 2404dac commit 5966e38

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

muted-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -509,9 +509,6 @@ tests:
509509
- class: org.elasticsearch.qa.verify_version_constants.VerifyVersionConstantsIT
510510
method: testLuceneVersionConstant
511511
issue: https://github.com/elastic/elasticsearch/issues/125638
512-
- class: org.elasticsearch.xpack.rank.rrf.RRFRankClientYamlTestSuiteIT
513-
method: test {yaml=rrf/950_pinned_interaction/rrf with pinned retriever as a sub-retriever}
514-
issue: https://github.com/elastic/elasticsearch/issues/129845
515512
- class: org.elasticsearch.gradle.internal.InternalDistributionBwcSetupPluginFuncTest
516513
method: "builds distribution from branches via archives extractedAssemble [bwcDistVersion: 8.2.1, bwcProject: bugfix, expectedAssembleTaskName:
517514
extractedAssemble, #2]"

x-pack/plugin/rank-rrf/src/yamlRestTest/resources/rest-api-spec/test/rrf/950_pinned_interaction.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,5 @@ setup:
9292
- match: { hits.total.value: 5 }
9393
- match: { hits.hits.0._id: doc1 }
9494
- lt: { hits.hits.0._score: 100.0 }
95-
- match: { hits.hits.1._id: doc4 }
96-
- match: { hits.hits.2._id: doc5 }
9795

9896

0 commit comments

Comments
 (0)