Enable test case after code fix (#20983)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
binbin 2022-12-08 09:49:24 +08:00 committed by GitHub
parent ab801a1d67
commit a9b35b4981
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -759,7 +759,6 @@ class TestCollectionSearchInvalid(TestcaseBase):
"err_msg": "unsupported"})
@pytest.mark.tags(CaseLabel.L2)
@pytest.mark.xfail(reason="issue 15407")
def test_search_binary_flat_with_L2(self):
"""
target: search binary collection using FlAT with L2
@ -775,7 +774,7 @@ class TestCollectionSearchInvalid(TestcaseBase):
search_params, default_limit, "int64 >= 0",
check_task=CheckTasks.err_res,
check_items={"err_code": 1,
"err_msg": "Search failed"})
"err_msg": "Data type and metric type mis-match"})
@pytest.mark.tags(CaseLabel.L2)
def test_search_with_output_fields_not_exist(self):