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:
elstic 2024-01-12 09:45:05 +08:00 committed by GitHub
parent 930735c46c
commit 315d49261a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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