mirror of https://github.com/milvus-io/milvus.git
[skip ci]Skip test_search_max_dim (#8787)
Signed-off-by: sunby <bingyi.sun@zilliz.com>pull/8787/merge
parent
a9dbe1ea71
commit
5744baf2d8
|
@ -1075,6 +1075,7 @@ class TestCollectionSearch(TestcaseBase):
|
|||
"_async": _async})
|
||||
|
||||
@pytest.mark.tags(CaseLabel.L2)
|
||||
@pytest.mark.skip(reason="skip temporarily for debug")
|
||||
def test_search_max_dim(self, nq, auto_id, _async):
|
||||
"""
|
||||
target: test search normal case
|
||||
|
|
Loading…
Reference in New Issue