From d4838fd5efae125120270a6ff126dfe6338d9ab9 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Fri, 6 Sep 2024 12:53:55 +0200 Subject: [PATCH] Revert "nixos/all-tests: skip hibernate test for now" This reverts commit a1de57d6fc1c292db47c2b0debf404d46dd6dc49. We're now on QEMU 9.1.0, which contains the fix. --- nixos/release-combined.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix index 00ab7efb03b4..864f8afd5f4c 100644 --- a/nixos/release-combined.nix +++ b/nixos/release-combined.nix @@ -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")