diff --git a/muted-tests.yml b/muted-tests.yml index 2b3d1aaaf125d..d671e649a88d8 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -46,9 +46,6 @@ tests: - class: org.elasticsearch.xpack.test.rest.XPackRestIT method: test {p0=transform/transforms_start_stop/Test start/stop/start transform} issue: https://github.com/elastic/elasticsearch/issues/119508 -- class: org.elasticsearch.smoketest.MlWithSecurityIT - method: test {yaml=ml/sparse_vector_search/Test sparse_vector search with query vector and pruning config} - issue: https://github.com/elastic/elasticsearch/issues/119548 - class: org.elasticsearch.multi_cluster.MultiClusterYamlTestSuiteIT issue: https://github.com/elastic/elasticsearch/issues/119983 - class: org.elasticsearch.xpack.test.rest.XPackRestIT diff --git a/x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/ml/sparse_vector_search.yml b/x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/ml/sparse_vector_search.yml index 35f4401df74ea..587a7678126b1 100644 --- a/x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/ml/sparse_vector_search.yml +++ b/x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/ml/sparse_vector_search.yml @@ -251,7 +251,7 @@ teardown: field: ml.tokens query_vector: the: 0.5 - comforter: 2.0 + comforter: 3.0 smells: 1.0 bad: 1.0 prune: true @@ -261,7 +261,7 @@ teardown: only_score_pruned_tokens: false - match: { hits.total.value: 3 } - - match: { hits.hits.0._score: 4 } + - match: { hits.hits.0._score: 6 } --- "Test sparse_vector search with query vector and pruning config with only score pruned tokens":