mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 02:48:45 +08:00
Remove delete case xfail (#12226)
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
This commit is contained in:
parent
6a167f8579
commit
17b50bdee7
@ -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):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user