diff --git a/tests/python_test/entity/test_insert.py b/tests/python_test/entity/test_insert.py index c654148cb5..5c8e790722 100644 --- a/tests/python_test/entity/test_insert.py +++ b/tests/python_test/entity/test_insert.py @@ -747,7 +747,7 @@ class TestInsertAsync: assert stats[row_count] == 0 # #1339 - @pytest.mark.tags("fail") + @pytest.mark.tags("0331") def test_insert_async_invalid_params(self, connect): ''' target: test insert vectors with different length of vectors diff --git a/tests/python_test/requirements.txt b/tests/python_test/requirements.txt index 3980325bf8..f38322fcb6 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.45 +pymilvus-distributed==0.0.48 pytest-rerunfailures==9.1.1 git+https://gitee.com/quicksilver/pytest-tags.git