diff --git a/tests/milvus_python_test/entity/test_search.py b/tests/milvus_python_test/entity/test_search.py index aa1ad881f1639..72f9639e8001c 100644 --- a/tests/milvus_python_test/entity/test_search.py +++ b/tests/milvus_python_test/entity/test_search.py @@ -93,9 +93,6 @@ def get_simple_index(self, request, connect): if str(connect._cmd("mode")[1]) == "CPU": if request.param["index_type"] == IndexType.IVF_SQ8H: pytest.skip("sq8h not support in CPU mode") - if str(connect._cmd("mode")[1]) == "GPU": - if request.param["index_type"] == IndexType.IVF_PQ: - pytest.skip("ivfpq not support in GPU mode") return request.param @pytest.fixture(