diff --git a/qubes/tests/__init__.py b/qubes/tests/__init__.py index 7965c7fe..0d3144c2 100644 --- a/qubes/tests/__init__.py +++ b/qubes/tests/__init__.py @@ -1130,7 +1130,8 @@ def list_templates(): try: app = qubes.Qubes() _templates = tuple(vm.name for vm in app.domains - if isinstance(vm, qubes.vm.templatevm.TemplateVM)) + if isinstance(vm, qubes.vm.templatevm.TemplateVM) and + vm.features.get('os', None) != 'Windows') app.close() del app except OSError: