From 74a5c99904c9dc36aee520e21d56e2867f9ce6a9 Mon Sep 17 00:00:00 2001 From: Nikolay Amiantov Date: Sun, 21 Aug 2016 17:34:00 +0300 Subject: [PATCH] nixos tests: add hibernation test to blockers --- nixos/release-combined.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix index 4aa023854b67..f2ca6af7e3a4 100644 --- a/nixos/release-combined.nix +++ b/nixos/release-combined.nix @@ -68,6 +68,7 @@ in rec { (all nixos.tests.boot.uefiCdrom) (all nixos.tests.boot.uefiUsb) (all nixos.tests.boot-stage1) + (all nixos.tests.hibernate) (all nixos.tests.ecryptfs) (all nixos.tests.ipv6) (all nixos.tests.i3wm)