From 9276fa513354b6185821450e36acfc414c8d734d Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Mon, 29 Nov 2021 16:37:40 +0800 Subject: [PATCH] [skip ci] Disable tests for debug (#12346) Signed-off-by: Binbin Lv --- tests/python_client/testcases/test_collection.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/python_client/testcases/test_collection.py b/tests/python_client/testcases/test_collection.py index a9d007590e..c459e1babe 100644 --- a/tests/python_client/testcases/test_collection.py +++ b/tests/python_client/testcases/test_collection.py @@ -2949,6 +2949,7 @@ class TestReleaseAdvanced: connect.search(collection, **default_single_query) @pytest.mark.tags(CaseLabel.L2) + @pytest.mark.skip(reason="issue 12259") def test_release_partition_during_searching(self, connect, collection): """ target: test release partition during searching