[skip ci] Skip test case (#8751)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
pull/8756/head
binbin 2021-09-28 15:38:05 +08:00 committed by GitHub
parent 4cb6355173
commit 7df90e0eb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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):
'''