[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>
pull/3074/head
del-zhenwu 2020-07-30 15:17:01 +08:00 committed by GitHub
parent 845cf5000a
commit 68b9a033a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

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