diff --git a/tests/python_test/collection/test_load_collection.py b/tests/python_test/collection/test_load_collection.py index 24425db359..65888589c9 100644 --- a/tests/python_test/collection/test_load_collection.py +++ b/tests/python_test/collection/test_load_collection.py @@ -50,8 +50,8 @@ class TestLoadCollection: connect.load_collection(collection) connect.release_collection(collection) + @pytest.mark.tags("0331") @pytest.mark.level(2) - # todo can't load repeat def test_load_collection_after_index_binary(self, connect, binary_collection, get_binary_index): ''' target: test load binary_collection, after index created diff --git a/tests/python_test/requirements.txt b/tests/python_test/requirements.txt index cf0175eb70..75241e7f40 100644 --- a/tests/python_test/requirements.txt +++ b/tests/python_test/requirements.txt @@ -10,6 +10,6 @@ allure-pytest==2.7.0 pytest-print==0.2.1 pytest-level==0.1.1 pytest-xdist==2.2.1 -pymilvus-distributed==0.0.42 +pymilvus-distributed==0.0.43 pytest-rerunfailures==9.1.1 git+https://gitee.com/quicksilver/pytest-tags.git