mirror of https://github.com/milvus-io/milvus.git
[skip ci] Disable tests for debug (#12346)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>pull/12362/head
parent
cdd67deeaf
commit
9276fa5133
|
@ -2949,6 +2949,7 @@ class TestReleaseAdvanced:
|
|||
connect.search(collection, **default_single_query)
|
||||
|
||||
@pytest.mark.tags(CaseLabel.L2)
|
||||
@pytest.mark.skip(reason="issue 12259")
|
||||
def test_release_partition_during_searching(self, connect, collection):
|
||||
"""
|
||||
target: test release partition during searching
|
||||
|
|
Loading…
Reference in New Issue