未验证 提交 e9fd3405 编写于 作者: T ThreadDao 提交者: GitHub

Remove fixed issue xfail tag (#13371)

Signed-off-by: NThreadDao <yufen.zong@zilliz.com>
上级 a54d1ec6
......@@ -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):
"""
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册