mirror of https://github.com/milvus-io/milvus.git
Signed-off-by: zhenwu <zhenwu@milvus.io> Co-authored-by: zhenwu <zhenwu@milvus.io>pull/6306/head
parent
bc8392eb1e
commit
0c70370374
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue