[skip ci] Add test delete file (#9748)

Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
This commit is contained in:
ThreadDao 2021-10-12 20:22:39 +08:00 committed by GitHub
parent 63ae5bd90c
commit 8bbed24ba9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,13 @@
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