mirror of https://github.com/milvus-io/milvus.git
[skip ci] Skip test case temporarily (#8456)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>pull/8463/head
parent
1434a5f99c
commit
5ee7212bd8
tests/python_client/testcases
|
@ -382,6 +382,7 @@ class TestPartitionOperations(TestcaseBase):
|
||||||
assert collection_w.has_partition(partition_name)[0]
|
assert collection_w.has_partition(partition_name)[0]
|
||||||
|
|
||||||
@pytest.mark.tags(CaseLabel.L2)
|
@pytest.mark.tags(CaseLabel.L2)
|
||||||
|
@pytest.mark.skip(reason="skip temporarily for debug")
|
||||||
def test_partition_maximum_partitions(self):
|
def test_partition_maximum_partitions(self):
|
||||||
"""
|
"""
|
||||||
target: verify create maximum partitions
|
target: verify create maximum partitions
|
||||||
|
|
Loading…
Reference in New Issue