mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
[skip ci] Add skipped compact case (#11120)
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
This commit is contained in:
parent
4df2c23780
commit
aa2f4fee83
@ -1,11 +1,20 @@
|
|||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from base.client_base import TestcaseBase
|
from base.client_base import TestcaseBase
|
||||||
|
from common.common_type import CaseLabel
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.skip(reason="Waiting for development")
|
@pytest.mark.skip(reason="Waiting for development")
|
||||||
class TestCompactionParams(TestcaseBase):
|
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")
|
@pytest.mark.skip(reason="Waiting for development")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user