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 @@ -498,9 +498,6 @@ tests:
- class: org.elasticsearch.packaging.test.DebPreservationTests
method: test40RestartOnUpgrade
issue: https://github.com/elastic/elasticsearch/issues/125821
- class: org.elasticsearch.test.rest.yaml.RcsCcsCommonYamlTestSuiteIT
method: test {p0=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/125822
- class: org.elasticsearch.xpack.inference.registry.ModelRegistryMetadataTests
method: testAlreadyUpgraded
issue: https://github.com/elastic/elasticsearch/issues/125585
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ setup:
indices.forcemerge:
index: bbq_hnsw
max_num_segments: 1

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