We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30f4f19 + d4838fd commit 03188caCopy full SHA for 03188ca
nixos/release-combined.nix
@@ -82,9 +82,7 @@ in rec {
82
(onFullSupported "nixos.tests.gitlab")
83
(onFullSupported "nixos.tests.gnome")
84
(onFullSupported "nixos.tests.gnome-xorg")
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")
+ (onSystems ["x86_64-linux"] "nixos.tests.hibernate")
88
(onFullSupported "nixos.tests.i3wm")
89
(onSystems ["aarch64-linux"] "nixos.tests.installer.simpleUefiSystemdBoot")
90
(onSystems ["x86_64-linux"] "nixos.tests.installer.btrfsSimple")
0 commit comments