mirror of https://github.com/milvus-io/milvus.git
Disable test case for code issue (#6322)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>pull/6324/head
parent
166548447b
commit
0aeb61db4f
|
@ -381,6 +381,7 @@ class TestPartitionOperations(TestcaseBase):
|
|||
assert collection_w.has_partition(partition_name)[0]
|
||||
|
||||
@pytest.mark.tags(CaseLabel.L2)
|
||||
@pytest.mark.skip(reason="issue 6321")
|
||||
def test_partition_maximum_partitions(self):
|
||||
"""
|
||||
target: verify create maximum partitions
|
||||
|
|
Loading…
Reference in New Issue