pytest: Removed -s flag for CI

This commit is contained in:
Qubasa
2023-12-26 18:20:41 +01:00
parent e17508702a
commit c6188c17fb
5 changed files with 6 additions and 12 deletions

View File

@@ -38,8 +38,8 @@ def graphics_options(vm: VmConfig) -> list[str]:
common: list[str] = []
# Check if the version is greater than 8.1.3 to enable virtio audio
if get_qemu_version() > [8, 1, 3]:
common = ["-audio", "driver=pa,model=virtio"]
# if get_qemu_version() > [8, 1, 3]:
common = ["-audio", "driver=pa,model=virtio"]
if vm.wayland:
# fmt: off