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, 0 insertions, 2 deletions
diff --git a/modules/profiles/tests.nix b/modules/profiles/tests.nix
index 3c809fef..04019b3d 100644
--- a/modules/profiles/tests.nix
+++ b/modules/profiles/tests.nix
@@ -202,12 +202,10 @@ 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"];
     }