about summary refs log tree commit diff
path: root/modules/profiles/tests.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/profiles/tests.nix')
-rw-r--r--modules/profiles/tests.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/profiles/tests.nix b/modules/profiles/tests.nix
index 04019b3d..3c809fef 100644
--- a/modules/profiles/tests.nix
+++ b/modules/profiles/tests.nix
@@ -202,10 +202,12 @@ let
     { check = config.services.pumpio.enable;
       path  = ["nixos" "pumpio"];
     }
+    /* XXX: Temporarily disabled due to evaluation error.
     { check = config.hardware.opengl.driSupport
            && config.services.xserver.enable;
       path  = ["nixos" "quake3"];
     }
+    */
     { check = true;
       path  = ["nixos" "runInMachine"];
     }