From bb63e324b26031ee7fe607ecf019cc37c2190f69 Mon Sep 17 00:00:00 2001 From: zhuwenxing Date: Sun, 18 Feb 2024 11:54:49 +0800 Subject: [PATCH] test: remove xfail for testcase (#30622) issue has been fixed then remove xfail for testcase Signed-off-by: zhuwenxing --- tests/restful_client/testcases/test_vector_operations.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/restful_client/testcases/test_vector_operations.py b/tests/restful_client/testcases/test_vector_operations.py index d21080e441..7cd8edaa7f 100644 --- a/tests/restful_client/testcases/test_vector_operations.py +++ b/tests/restful_client/testcases/test_vector_operations.py @@ -213,7 +213,6 @@ class TestInsertVectorNegative(TestBase): class TestSearchVector(TestBase): @pytest.mark.parametrize("metric_type", ["IP", "L2"]) - @pytest.mark.xfail(reason="https://github.com/milvus-io/milvus/issues/30102") def test_search_vector_with_simple_payload(self, metric_type): """ Search a vector with a simple payload