Update pymilvus version (#21793)

Signed-off-by: nico <cheng.yuan@zilliz.com>
pull/21806/head
NicoYuan1986 2023-01-19 11:27:44 +08:00 committed by GitHub
parent 81f2840682
commit e96af4e516
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ allure-pytest==2.7.0
pytest-print==0.2.1
pytest-level==0.1.1
pytest-xdist==2.5.0
pymilvus==2.3.0.dev21
pymilvus==2.3.0.dev24
pytest-rerunfailures==9.1.1
git+https://github.com/Projectplace/pytest-tags
ndg-httpsclient

View File

@ -490,7 +490,7 @@ class TestNewIndexBase(TestcaseBase):
assert len(collection_w.indexes) == 1
@pytest.mark.tags(CaseLabel.L1)
@pytest.mark.xfail(reason="Each RPC is limited to 64 MB")
@pytest.mark.skip(reason="The scenario in this case is not existed for each RPC is limited to 64 MB")
def test_annoy_index(self):
# The strange thing is that the indexnode crash is only reproduced when nb is 50000 and dim is 512
nb = 50000