Skip to content

Commit 03188ca

Browse files
authored
Revert "nixos/all-tests: skip hibernate test for now" (#340047)
2 parents 30f4f19 + d4838fd commit 03188ca

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

nixos/release-combined.nix

+1-3
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,7 @@ in rec {
8282
(onFullSupported "nixos.tests.gitlab")
8383
(onFullSupported "nixos.tests.gnome")
8484
(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")
85+
(onSystems ["x86_64-linux"] "nixos.tests.hibernate")
8886
(onFullSupported "nixos.tests.i3wm")
8987
(onSystems ["aarch64-linux"] "nixos.tests.installer.simpleUefiSystemdBoot")
9088
(onSystems ["x86_64-linux"] "nixos.tests.installer.btrfsSimple")

0 commit comments

Comments
 (0)