mirror of https://github.com/milvus-io/milvus.git
test:add xfail for test case (#29634)
pr: https://github.com/milvus-io/milvus/pull/29599 Signed-off-by: elstic <hao.wang@zilliz.com>pull/29652/head
parent
fdbef35745
commit
77ca374d6f
|
@ -341,6 +341,7 @@ class TestQueryParams(TestcaseBase):
|
|||
assert _r[ct.default_bool_field_name] == bool_value
|
||||
|
||||
@pytest.mark.tags(CaseLabel.L2)
|
||||
@pytest.mark.xfail(reason="issue #29570")
|
||||
def test_query_expr_by_int64(self):
|
||||
"""
|
||||
target: test query through int64 field and output int64 field
|
||||
|
|
Loading…
Reference in New Issue