mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 22:45:26 +08:00
Fix case for delete insert same entity (#10613)
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user