|
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
|