summaryrefslogtreecommitdiffstats
path: root/nixos/release-combined.nix
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-08-06 18:26:12 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-08-06 20:51:44 -0400
commit71d42da8f5d829c67efd65690756640c45d90b8b (patch)
tree7552eb43975a00ebbd8796d9706220fee7f56f05 /nixos/release-combined.nix
parent5efe51ccc267095d4c43fc7bab6004dd034746a7 (diff)
nixos/release-combined: add gnome3 test for wayland
We should be ensuring that this session functions as well because it's default.
Diffstat (limited to 'nixos/release-combined.nix')
-rw-r--r--nixos/release-combined.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix
index 9b150f12eeca..a457605834f8 100644
--- a/nixos/release-combined.nix
+++ b/nixos/release-combined.nix
@@ -69,6 +69,7 @@ in rec {
(all nixos.tests.firefox)
(all nixos.tests.firewall)
(except ["aarch64-linux"] nixos.tests.gnome3-xorg)
+ (except ["aarch64-linux"] nixos.tests.gnome3)
(except ["aarch64-linux"] nixos.tests.pantheon)
nixos.tests.installer.zfsroot.x86_64-linux or [] # ZFS is 64bit only
(except ["aarch64-linux"] nixos.tests.installer.lvm)