mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add skipped compact case (#11153)
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>pull/11167/head
parent
3eb9c6c0e8
commit
7a646a5f45
|
@ -16,6 +16,15 @@ class TestCompactionParams(TestcaseBase):
|
|||
"""
|
||||
pass
|
||||
|
||||
@pytest.mark.tags(CaseLabel.L2)
|
||||
def test_compact_empty_collection(self):
|
||||
"""
|
||||
target: test compact an empty collection
|
||||
method: compact an empty collection
|
||||
expected: No exception
|
||||
"""
|
||||
pass
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="Waiting for development")
|
||||
class TestCompactionOperation(TestcaseBase):
|
||||
|
|
Loading…
Reference in New Issue