diff --git a/tests/milvus_python_test/test_ping.py b/tests/milvus_python_test/test_ping.py index 8e97818654..dad69d4f89 100644 --- a/tests/milvus_python_test/test_ping.py +++ b/tests/milvus_python_test/test_ping.py @@ -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