From 0aeb61db4f59a8175244acaeb35907eab27045cc Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Tue, 6 Jul 2021 15:34:03 +0800 Subject: [PATCH] Disable test case for code issue (#6322) Signed-off-by: Binbin Lv --- tests20/python_client/testcases/test_partition.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests20/python_client/testcases/test_partition.py b/tests20/python_client/testcases/test_partition.py index 0dbdcd3d63..3d222583f6 100644 --- a/tests20/python_client/testcases/test_partition.py +++ b/tests20/python_client/testcases/test_partition.py @@ -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