mirror of https://github.com/milvus-io/milvus.git
Remove fixed issue xfail tag (#13371)
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>pull/13378/head
parent
a54d1ec674
commit
e9fd3405d8
|
@ -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):
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue