未验证 提交 68b9a033 编写于 作者: D del-zhenwu 提交者: GitHub

[skip ci] disable ping case when using http handler (#3064)

* Update version in cases
Signed-off-by: Nzw <zw@milvus.io>

* update sdk in cases
Signed-off-by: Nzw <zw@milvus.io>

* [skip ci] disable ping case when using http handler
Signed-off-by: Nzw <zw@milvus.io>
Co-authored-by: Nzw <zw@milvus.io>
上级 845cf500
......@@ -55,6 +55,11 @@ class TestPing:
class TestPingWithTimeout:
@pytest.fixture(scope="function", autouse=True)
def skip_http_check(self, args):
if args["handler"] == "HTTP":
pytest.skip("skip in http mode")
def test_server_version_legal_timeout(self, connect):
'''
target: test get the server version with legal timeout
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册