Fix case for delete insert same entity (#10613)

Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
pull/10618/head
ThreadDao 2021-10-25 22:44:18 +08:00 committed by GitHub
parent 3a323a0483
commit 73343caaaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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):
"""