summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-08-06 22:01:17 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-08-07 15:53:26 -0400
commit63a1787ed53595fd0e9857ac4c589f906805581c (patch)
treeb93abcfd27001ec74c915e488bea73ccb28f58cc /nixos/tests/all-tests.nix
parent5ee8efb7c500ba2226172b8e6c9e50cd9b54600e (diff)
downloadnixpkgs-63a1787ed53595fd0e9857ac4c589f906805581c.tar
nixpkgs-63a1787ed53595fd0e9857ac4c589f906805581c.tar.gz
nixpkgs-63a1787ed53595fd0e9857ac4c589f906805581c.tar.bz2
nixpkgs-63a1787ed53595fd0e9857ac4c589f906805581c.tar.lz
nixpkgs-63a1787ed53595fd0e9857ac4c589f906805581c.tar.xz
nixpkgs-63a1787ed53595fd0e9857ac4c589f906805581c.tar.zst
nixpkgs-63a1787ed53595fd0e9857ac4c589f906805581c.zip
nixosTests.gnome{xorg}: re-enable on aarch64
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 9e426a1acda..eee48dd079e 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -93,8 +93,8 @@ in
   gitlab = handleTest ./gitlab.nix {};
   gitolite = handleTest ./gitolite.nix {};
   gjs = handleTest ./gjs.nix {};
-  gnome3-xorg = handleTestOn ["x86_64-linux"] ./gnome3-xorg.nix {}; # libsmbios is unsupported on aarch64
-  gnome3 = handleTestOn ["x86_64-linux"] ./gnome3.nix {}; # libsmbios is unsupported on aarch64
+  gnome3-xorg = handleTest ./gnome3-xorg.nix {};
+  gnome3 = handleTest ./gnome3.nix {};
   gocd-agent = handleTest ./gocd-agent.nix {};
   gocd-server = handleTest ./gocd-server.nix {};
   google-oslogin = handleTest ./google-oslogin {};