Enable query case: #6074 (#6267)

Signed-off-by: zhenwu <zhenwu@milvus.io>

Co-authored-by: zhenwu <zhenwu@milvus.io>
pull/6306/head
del-zhenwu 2021-07-05 10:02:03 +08:00 committed by GitHub
parent bc8392eb1e
commit 0c70370374
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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