mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Enable L2 test case after code fix (#15862)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>pull/15894/head
parent
708cabb456
commit
0173b1452c
|
@ -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]))
|
||||
|
|
Loading…
Reference in New Issue