Revert "nixos/all-tests: skip hibernate test for now"

This reverts commit a1de57d6fc.

We're now on QEMU 9.1.0, which contains the fix.
This commit is contained in:
Alyssa Ross 2024-09-06 12:53:55 +02:00
parent cd36278337
commit d4838fd5ef
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -82,9 +82,7 @@ in rec {
(onFullSupported "nixos.tests.gitlab")
(onFullSupported "nixos.tests.gnome")
(onFullSupported "nixos.tests.gnome-xorg")
# FIXME: broken by QEMU 8.2.3 upgrade, reenable when fixed
# Upstream issue: https://gitlab.com/qemu-project/qemu/-/issues/2321
# (onSystems ["x86_64-linux"] "nixos.tests.hibernate")
(onSystems ["x86_64-linux"] "nixos.tests.hibernate")
(onFullSupported "nixos.tests.i3wm")
(onSystems ["x86_64-linux"] "nixos.tests.installer.btrfsSimple")
(onSystems ["x86_64-linux"] "nixos.tests.installer.btrfsSubvolDefault")