From ef23e74e9c0651e82059cc5bc0f68821461fa8c8 Mon Sep 17 00:00:00 2001 From: grossmj Date: Tue, 16 Jun 2020 19:09:49 +0930 Subject: [PATCH] Another fix for test_gns3vm.py --- tests/controller/test_gns3vm.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/controller/test_gns3vm.py b/tests/controller/test_gns3vm.py index 7188e536..ec2afa59 100644 --- a/tests/controller/test_gns3vm.py +++ b/tests/controller/test_gns3vm.py @@ -84,6 +84,7 @@ async def test_update_settings(loop, controller): assert "vm" not in controller.computes +@pytest.mark.skipif(sys.platform.startswith("win"), reason="Not working well on Windows") async def test_auto_start(controller, dummy_gns3vm, dummy_engine): """ When start the compute should be add to the controller