mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-29 18:38:44 +08:00
test: remove xfail from case (#29853)
pr: https://github.com/milvus-io/milvus/pull/29634 After verifying that the problem is fixed, it is necessary to run this case every night for regression. Signed-off-by: elstic <hao.wang@zilliz.com>
This commit is contained in:
parent
930735c46c
commit
315d49261a
@ -341,7 +341,6 @@ 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
Block a user