From f32f23ca2b7ec72c7e92542f9e16d86ff2e9b6ee Mon Sep 17 00:00:00 2001 From: NicoYuan1986 <109071306+NicoYuan1986@users.noreply.github.com> Date: Fri, 28 Oct 2022 20:53:39 +0800 Subject: [PATCH] Modify test cases of create index (#20149) Signed-off-by: nico Signed-off-by: nico --- tests/python_client/testcases/test_query.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/python_client/testcases/test_query.py b/tests/python_client/testcases/test_query.py index 327c881968..502044703f 100644 --- a/tests/python_client/testcases/test_query.py +++ b/tests/python_client/testcases/test_query.py @@ -801,7 +801,6 @@ class TestQueryParams(TestcaseBase): """ # init collection with fields: int64, float, float_vec collection_w = self.init_collection_general(prefix, insert_data=True, nb=100)[0] - collection_w.create_index(ct.default_float_vec_field_name, index_params=ct.default_flat_index) collection_w.load() # query with invalid output_fields