Merge pull request #308440 from K900/skip-hibernate-test

nixos/all-tests: skip hibernate test for now

authored by Pol Dellaiera and committed by GitHub 63c3a29c 0a2530ac

+3 -1
+3 -1
nixos/release-combined.nix
··· 82 82 (onFullSupported "nixos.tests.gitlab") 83 83 (onFullSupported "nixos.tests.gnome") 84 84 (onFullSupported "nixos.tests.gnome-xorg") 85 - (onSystems ["x86_64-linux"] "nixos.tests.hibernate") 85 + # FIXME: broken by QEMU 8.2.3 upgrade, reenable when fixed 86 + # Upstream issue: https://gitlab.com/qemu-project/qemu/-/issues/2321 87 + # (onSystems ["x86_64-linux"] "nixos.tests.hibernate") 86 88 (onFullSupported "nixos.tests.i3wm") 87 89 (onSystems ["x86_64-linux"] "nixos.tests.installer.btrfsSimple") 88 90 (onSystems ["x86_64-linux"] "nixos.tests.installer.btrfsSubvolDefault")