diff --git a/tests/test_import_all.py b/tests/test_import_all.py index a4ca3206..f5969556 100644 --- a/tests/test_import_all.py +++ b/tests/test_import_all.py @@ -78,6 +78,8 @@ class GatewayImportTest(unittest.TestCase): def test_import_tora(self): from vnpy.gateway.tora import ToraGateway + @unittest.skipIf(platform.system() == "Linux", "Not supported yet under Linux") + @unittest.skipIf(platform.system() == "Darwin", "Not supported yet under osx") def test_import_xtp(self): from vnpy.gateway.xtp import XtpGateway