未验证 提交 aa2f4fee 编写于 作者: T ThreadDao 提交者: GitHub

[skip ci] Add skipped compact case (#11120)

Signed-off-by: NThreadDao <yufen.zong@zilliz.com>
上级 4df2c237
import pytest
from base.client_base import TestcaseBase
from common.common_type import CaseLabel
@pytest.mark.skip(reason="Waiting for development")
class TestCompactionParams(TestcaseBase):
pass
@pytest.mark.tags(CaseLabel.L1)
def test_compact_without_connection(self):
"""
target: test compact without connection
method: compact after remove connection
expected: raise exception
"""
pass
@pytest.mark.skip(reason="Waiting for development")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册