mirror of https://github.com/milvus-io/milvus.git
parent
4cb6355173
commit
7df90e0eb7
|
@ -28,6 +28,7 @@ class TestCreateBase:
|
|||
connect.create_partition(collection, default_tag)
|
||||
|
||||
@pytest.mark.tags(CaseLabel.L2)
|
||||
@pytest.mark.skip(reason="skip temporarily for debug")
|
||||
@pytest.mark.timeout(600)
|
||||
def test_create_partition_limit(self, connect, collection, args):
|
||||
'''
|
||||
|
|
Loading…
Reference in New Issue