From de5daf96bb91c86dcd8102d28d021727f753474e Mon Sep 17 00:00:00 2001 From: elstic Date: Wed, 28 Feb 2024 16:39:41 +0800 Subject: [PATCH] test: update test_collection.py issue: https://github.com/milvus-io/milvus/issues/30876 --- 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 ea32c127b8..498b422df5 100644 --- a/tests/python_client/testcases/test_collection.py +++ b/tests/python_client/testcases/test_collection.py @@ -3315,6 +3315,7 @@ class TestReleaseAdvanced(TestcaseBase): "err_msg": "collection not loaded"}) @pytest.mark.tags(CaseLabel.L0) + @pytest.mark.xfail(reason="issue #30876") def test_release_indexed_collection_during_searching(self): """ target: test release indexed collection during searching