mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 10:08:42 +08:00
[skip ci] Add test compact file (#9750)
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
This commit is contained in:
parent
d7a443db2d
commit
f5dc7fde59
13
tests/python_client/testcases/test_compaction.py
Normal file
13
tests/python_client/testcases/test_compaction.py
Normal 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
|
||||||
Loading…
x
Reference in New Issue
Block a user