summary refs log tree commit diff
path: root/nixos
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
parentbb44abe563146a6d80ecf5eb37a294288d21e356 (diff)
downloadnixpkgs-918cb88d1f4710b8014c94f2c879f7f381506051.tar
nixpkgs-918cb88d1f4710b8014c94f2c879f7f381506051.tar.gz
nixpkgs-918cb88d1f4710b8014c94f2c879f7f381506051.tar.bz2
nixpkgs-918cb88d1f4710b8014c94f2c879f7f381506051.tar.lz
nixpkgs-918cb88d1f4710b8014c94f2c879f7f381506051.tar.xz
nixpkgs-918cb88d1f4710b8014c94f2c879f7f381506051.tar.zst
nixpkgs-918cb88d1f4710b8014c94f2c879f7f381506051.zip
nixos/release-combined.nix: test hibernate only on x86_64
Diffstat (limited to 'nixos')
-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 2eacd7a8cc8..02f19610f8a 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")