mirror of https://github.com/milvus-io/milvus.git
[skip ci] Adjust case level for search (#12970)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>pull/12975/head
parent
406516e008
commit
eccf5c2fdf
|
@ -1190,7 +1190,7 @@ class TestCollectionSearch(TestcaseBase):
|
|||
"limit": limit_check,
|
||||
"_async": _async})
|
||||
|
||||
@pytest.mark.tags(CaseLabel.L2)
|
||||
@pytest.mark.tags(CaseLabel.L1)
|
||||
def test_search_load_flush_load(self, nb, nq, dim, auto_id, _async):
|
||||
"""
|
||||
target: test search when load before flush
|
||||
|
|
Loading…
Reference in New Issue