mirror of https://github.com/milvus-io/milvus.git
parent
1a96ef6837
commit
149d92b6f1
|
@ -831,6 +831,7 @@ class TestInsertMultiCollections:
|
|||
count = connect.count_entities(collection_name)
|
||||
assert count == default_nb
|
||||
|
||||
@pytest.mark.skip("r0.3-test")
|
||||
@pytest.mark.timeout(ADD_TIMEOUT)
|
||||
def test_drop_collection_insert_vector_another(self, connect, collection):
|
||||
'''
|
||||
|
|
Loading…
Reference in New Issue