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

Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
pull/11167/head
ThreadDao 2021-11-03 14:58:52 +08:00 committed by GitHub
parent 3eb9c6c0e8
commit 7a646a5f45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -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):