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

Remove delete case xfail (#12226)

Signed-off-by: NThreadDao <yufen.zong@zilliz.com>
上级 6a167f85
......@@ -297,7 +297,6 @@ class TestDeleteOperation(TestcaseBase):
collection_w.query(tmp_expr, check_task=CheckTasks.check_query_empty)
collection_w.delete(expr=tmp_expr)
@pytest.mark.xfail(reason="Issue #11641")
@pytest.mark.tags(CaseLabel.L1)
def test_delete_after_index(self):
"""
......@@ -328,7 +327,6 @@ class TestDeleteOperation(TestcaseBase):
ct.default_search_params, ct.default_limit)
assert 0 not in search_res[0].ids
@pytest.mark.xfail(reason="Issue #11641")
@pytest.mark.tags(CaseLabel.L1)
def test_delete_and_index(self):
"""
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册