about summary refs log tree commit diff
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
parent5efe51ccc267095d4c43fc7bab6004dd034746a7 (diff)
downloadnixlib-71d42da8f5d829c67efd65690756640c45d90b8b.tar
nixlib-71d42da8f5d829c67efd65690756640c45d90b8b.tar.gz
nixlib-71d42da8f5d829c67efd65690756640c45d90b8b.tar.bz2
nixlib-71d42da8f5d829c67efd65690756640c45d90b8b.tar.lz
nixlib-71d42da8f5d829c67efd65690756640c45d90b8b.tar.xz
nixlib-71d42da8f5d829c67efd65690756640c45d90b8b.tar.zst
nixlib-71d42da8f5d829c67efd65690756640c45d90b8b.zip
nixos/release-combined: add gnome3 test for wayland
We should be ensuring that this session functions
as well because it's default.
-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)