mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 10:08:42 +08:00
[skip ci] disable ping case when using http handler (#3064)
* Update version in cases Signed-off-by: zw <zw@milvus.io> * update sdk in cases Signed-off-by: zw <zw@milvus.io> * [skip ci] disable ping case when using http handler Signed-off-by: zw <zw@milvus.io> Co-authored-by: zw <zw@milvus.io>
This commit is contained in:
parent
845cf5000a
commit
68b9a033a2
@ -55,6 +55,11 @@ class TestPing:
|
|||||||
|
|
||||||
|
|
||||||
class TestPingWithTimeout:
|
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):
|
def test_server_version_legal_timeout(self, connect):
|
||||||
'''
|
'''
|
||||||
target: test get the server version with legal timeout
|
target: test get the server version with legal timeout
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user