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