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]))