diff --git a/tests/milvus_python_test/test_ping.py b/tests/milvus_python_test/test_ping.py index 8e978186541c4c215fea52e861163b82e600dff5..dad69d4f89852a3aefce47e1221c97b2330106bc 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