mirror of https://github.com/milvus-io/milvus.git
[skip ci] Disable test case (#12969)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>pull/12975/head
parent
19ad282810
commit
406516e008
|
@ -662,6 +662,7 @@ class TestCompactionOperation(TestcaseBase):
|
|||
assert len(c_plans.plans) == 0
|
||||
|
||||
@pytest.mark.tags(CaseLabel.L2)
|
||||
@pytest.mark.skip(reason="issue #12957")
|
||||
def test_compact_merge_multi_segments(self):
|
||||
"""
|
||||
target: test compact and merge multi small segments
|
||||
|
|
Loading…
Reference in New Issue