From e9fd3405d8091d7f6404283031501396b1c4cc55 Mon Sep 17 00:00:00 2001 From: ThreadDao Date: Tue, 14 Dec 2021 21:41:20 +0800 Subject: [PATCH] Remove fixed issue xfail tag (#13371) Signed-off-by: ThreadDao --- tests/python_client/testcases/test_collection.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/python_client/testcases/test_collection.py b/tests/python_client/testcases/test_collection.py index 469bcbb084..9760d90f40 100644 --- a/tests/python_client/testcases/test_collection.py +++ b/tests/python_client/testcases/test_collection.py @@ -931,7 +931,6 @@ class TestCollectionParams(TestcaseBase): check_task=CheckTasks.err_res, check_items=error) - @pytest.mark.xfail(reason="Issue 13321") @pytest.mark.tags(CaseLabel.L1) def test_create_collection_maximum_fields(self): """ @@ -953,7 +952,6 @@ class TestCollectionParams(TestcaseBase): self.collection_wrap.init_collection(c_name, schema=schema, check_task=CheckTasks.check_collection_property, check_items={exp_name: c_name, exp_schema: schema}) - @pytest.mark.xfail(reason="Issue 13321") @pytest.mark.tags(CaseLabel.L2) def test_create_collection_over_maximum_fields(self): """