From 0c703703740f4d000a93e1b29fbd44339ec4592f Mon Sep 17 00:00:00 2001 From: del-zhenwu <56623710+del-zhenwu@users.noreply.github.com> Date: Mon, 5 Jul 2021 10:02:03 +0800 Subject: [PATCH] Enable query case: #6074 (#6267) Signed-off-by: zhenwu Co-authored-by: zhenwu --- tests/python_test/entity/test_query.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python_test/entity/test_query.py b/tests/python_test/entity/test_query.py index 4033473763..cc7a47f258 100644 --- a/tests/python_test/entity/test_query.py +++ b/tests/python_test/entity/test_query.py @@ -458,7 +458,7 @@ class TestQueryBase: with pytest.raises(Exception): connect.query(collection, default_term_expr, output_fields=["int"]) - @pytest.mark.xfail(reason="#6074") + # @pytest.mark.xfail(reason="#6074") def test_query_output_part_not_existed_field(self, connect, collection): """ target: test query output part not existed field