diff --git a/tests/milvus_python_test/entity/test_search.py b/tests/milvus_python_test/entity/test_search.py index 01e5b59161345f58a45e95854aaad34f80def403..f389919d230d954275d4c5f6bd70627918b3624c 100644 --- a/tests/milvus_python_test/entity/test_search.py +++ b/tests/milvus_python_test/entity/test_search.py @@ -407,8 +407,6 @@ class TestSearchBase: index_param = get_simple_index["index_param"] index_type = get_simple_index["index_type"] logging.getLogger().info(get_simple_index) - if index_type in [IndexType.RNSG]: - pytest.skip("rnsg not support in ip") vectors, ids = self.init_data(connect, ip_collection) status = connect.create_index(ip_collection, index_type, index_param) query_vec = [vectors[0]]