未验证 提交 4645fd80 编写于 作者: C chen qingxiang 提交者: GitHub

[skip ci]change search test case level (#3148)

Signed-off-by: Ngodchen0212 <qingxiang.chen@zilliz.com>
上级 1ce49c2d
......@@ -997,6 +997,7 @@ class TestSearchDSL(object):
assert len(res[0]) == 0
# TODO
@pytest.mark.level(2)
def test_query_term_key_error(self, connect, collection):
'''
method: build query with term key error
......@@ -1035,6 +1036,7 @@ class TestSearchDSL(object):
res = connect.search(collection, query)
# TODO
@pytest.mark.level(2)
def test_query_term_field_named_term(self, connect, collection):
'''
method: build query with field named "term"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册