mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-18 06:18:08 +00:00
Another fix for test_gns3vm.py
This commit is contained in:
parent
9ab8599e1e
commit
ef23e74e9c
@ -84,6 +84,7 @@ async def test_update_settings(loop, controller):
|
|||||||
assert "vm" not in controller.computes
|
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):
|
async def test_auto_start(controller, dummy_gns3vm, dummy_engine):
|
||||||
"""
|
"""
|
||||||
When start the compute should be add to the controller
|
When start the compute should be add to the controller
|
||||||
|
Loading…
Reference in New Issue
Block a user