1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-28 11:18:11 +00:00

Skip a test for qemu not supported on windows

This commit is contained in:
Julien Duponchelle 2017-04-18 16:35:36 +02:00
parent c72ae1bfe7
commit 37e21f2a3d
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -154,6 +154,7 @@ def test_termination_callback(vm, async_run):
assert event == vm assert event == vm
@pytest.mark.skipif(sys.platform.startswith("win"), reason="Not supported on Windows")
def test_termination_callback_error(vm, tmpdir, async_run): def test_termination_callback_error(vm, tmpdir, async_run):
with open(str(tmpdir / "qemu.log"), "w+") as f: with open(str(tmpdir / "qemu.log"), "w+") as f: