mirror of https://github.com/milvus-io/milvus.git
Fix case for delete insert same entity (#10613)
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>pull/10618/head
parent
3a323a0483
commit
73343caaaa
|
@ -625,7 +625,6 @@ class TestDeleteOperation(TestcaseBase):
|
|||
collection_w.load()
|
||||
collection_w.query(tmp_expr, check_task=CheckTasks.check_query_empty)
|
||||
|
||||
@pytest.mark.xfail(reason="Issue: #10546")
|
||||
@pytest.mark.tags(CaseLabel.L2)
|
||||
def test_delete_insert_same_entity(self):
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue