test: update test case (#34108)

Signed-off-by: elstic <hao.wang@zilliz.com>
pull/34477/head
elstic 2024-07-08 11:46:10 +08:00 committed by GitHub
parent 145f4f919b
commit f7898a3ad6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -12727,7 +12727,7 @@ class TestSparseSearch(TestcaseBase):
@pytest.mark.tags(CaseLabel.L2)
@pytest.mark.parametrize("index", ct.all_index_types[9:11])
@pytest.mark.parametrize("dim", [ct.min_sparse_vector_dim, 32768, ct.max_sparse_vector_dim])
@pytest.mark.parametrize("dim", [32768, ct.max_sparse_vector_dim])
def test_sparse_index_dim(self, index, dim):
"""
target: validating the sparse index in different dimensions