mirror of https://github.com/milvus-io/milvus.git
parent
81f2840682
commit
e96af4e516
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue