From 0173b1452c3f4c9021ae2adc088661358edfb5a3 Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Mon, 7 Mar 2022 09:23:57 +0800 Subject: [PATCH] [skip e2e] Enable L2 test case after code fix (#15862) Signed-off-by: Binbin Lv --- tests/python_client/testcases/test_search_20.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/python_client/testcases/test_search_20.py b/tests/python_client/testcases/test_search_20.py index 290745d93e..bcc55db37d 100644 --- a/tests/python_client/testcases/test_search_20.py +++ b/tests/python_client/testcases/test_search_20.py @@ -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]))