mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add test compact file (#9750)
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>pull/9755/head
parent
d7a443db2d
commit
f5dc7fde59
|
@ -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
|
Loading…
Reference in New Issue