[skip e2e] Enable L2 test case after code fix (#15862)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
pull/15894/head
binbin 2022-03-07 09:23:57 +08:00 committed by GitHub
parent 708cabb456
commit 0173b1452c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -285,7 +285,6 @@ class TestCollectionSearchInvalid(TestcaseBase):
"err_msg": "metric type not found"})
@pytest.mark.tags(CaseLabel.L2)
@pytest.mark.xfail(reason="issue 15409")
@pytest.mark.parametrize("index, params",
zip(ct.all_index_types[:9],
ct.default_index_params[:9]))