Skip to content

Commit

Permalink
nixos/release-combined.nix: test hibernate only on x86_64
Browse files Browse the repository at this point in the history
(cherry picked from commit 918cb88)
  • Loading branch information
bennofs committed Apr 8, 2020
1 parent 224a5e5 commit 6193a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/release-combined.nix
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,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")
Expand Down

0 comments on commit 6193a9e

Please sign in to comment.