[skip ci] Add test compact file (#9750)

Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
pull/9755/head
ThreadDao 2021-10-12 20:28:55 +08:00 committed by GitHub
parent d7a443db2d
commit f5dc7fde59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
import pytest
from base.client_base import TestcaseBase
@pytest.mark.skip(reason="Waiting for development")
class TestCompactionParams(TestcaseBase):
pass
@pytest.mark.skip(reason="Waiting for development")
class TestCompactionOperation(TestcaseBase):
pass