Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,6 @@ tests:
- class: org.elasticsearch.entitlement.runtime.policy.FileAccessTreeTests
method: testDuplicatePrunedPaths
issue: https://github.com/elastic/elasticsearch/issues/124006
- class: org.elasticsearch.multiproject.test.CoreWithMultipleProjectsClientYamlTestSuiteIT
method: test {yaml=search.vectors/41_knn_search_bbq_hnsw/Vector rescoring has same scoring as exact search for kNN section}
issue: https://github.com/elastic/elasticsearch/issues/124052
- class: org.elasticsearch.smoketest.MlWithSecurityIT
method: test {yaml=ml/3rd_party_deployment/Test start deployment fails while model download in progress}
issue: https://github.com/elastic/elasticsearch/issues/120814
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ setup:
indices.forcemerge:
index: bbq_hnsw
max_num_segments: 1

- do:
indices.refresh: { }
---
"Test knn search":
- requires:
Expand Down
Loading