mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +08:00
14 lines
262 B
Python
14 lines
262 B
Python
import pytest
|
|
|
|
from base.client_base import TestcaseBase
|
|
|
|
|
|
@pytest.mark.skip(reason="Waiting for development")
|
|
class TestDeleteParams(TestcaseBase):
|
|
pass
|
|
|
|
|
|
@pytest.mark.skip(reason="Waiting for development")
|
|
class TestDeleteOperation(TestcaseBase):
|
|
pass
|