summaryrefslogtreecommitdiffstats
path: root/nixos/release-combined.nix
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-08-06 18:29:50 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-08-06 20:51:44 -0400
commitfeb4b30074bb7dcee94c131e429a51fe464afe6f (patch)
treea325bc095bc5775c09d3710ca6c5a9314d7c5453 /nixos/release-combined.nix
parent71d42da8f5d829c67efd65690756640c45d90b8b (diff)
nixos/release-combined: re-enable lightdm test
This has been tested in the Pantheon test for a year now and it does fine on hydra.
Diffstat (limited to 'nixos/release-combined.nix')
-rw-r--r--nixos/release-combined.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix
index a457605834f8..e4f1736f1a79 100644
--- a/nixos/release-combined.nix
+++ b/nixos/release-combined.nix
@@ -104,7 +104,7 @@ in rec {
#(all nixos.tests.keymap.neo)
#(all nixos.tests.keymap.qwertz)
(all nixos.tests.plasma5)
- #(all nixos.tests.lightdm)
+ (all nixos.tests.lightdm)
(all nixos.tests.login)
(all nixos.tests.misc)
(all nixos.tests.mutableUsers)