aboutsummaryrefslogtreecommitdiff
path: root/nixos/release-combined.nix
diff options
context:
space:
mode:
authorBenno Fünfstück <benno.fuenfstueck@gmail.com>2020-04-08 14:24:10 +0200
committerBenno Fünfstück <benno.fuenfstueck@gmail.com>2020-04-08 14:30:53 +0200
commit918cb88d1f4710b8014c94f2c879f7f381506051 (patch)
tree15768f97a157d9a083f04beb23de62fda4eedc15 /nixos/release-combined.nix
parentbb44abe563146a6d80ecf5eb37a294288d21e356 (diff)
nixos/release-combined.nix: test hibernate only on x86_64
Diffstat (limited to 'nixos/release-combined.nix')
-rw-r--r--nixos/release-combined.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix
index 2eacd7a8cc83..02f19610f8a6 100644
--- a/nixos/release-combined.nix
+++ b/nixos/release-combined.nix
@@ -75,7 +75,7 @@ in rec {
(onFullSupported "nixos.tests.fontconfig-default-fonts")
(onFullSupported "nixos.tests.gnome3")
(onFullSupported "nixos.tests.gnome3-xorg")
- (onFullSupported "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")