diff --git a/tests/compute/qemu/test_qemu_vm.py b/tests/compute/qemu/test_qemu_vm.py index 46c1c992..71ba1f71 100644 --- a/tests/compute/qemu/test_qemu_vm.py +++ b/tests/compute/qemu/test_qemu_vm.py @@ -154,6 +154,7 @@ def test_termination_callback(vm, async_run): assert event == vm +@pytest.mark.skipif(sys.platform.startswith("win"), reason="Not supported on Windows") def test_termination_callback_error(vm, tmpdir, async_run): with open(str(tmpdir / "qemu.log"), "w+") as f: