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