From feb4b30074bb7dcee94c131e429a51fe464afe6f Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Tue, 6 Aug 2019 18:29:50 -0400 Subject: [PATCH] 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. --- nixos/release-combined.nix | 2 +- nixos/tests/all-tests.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix index a457605834f..e4f1736f1a7 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) diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix index 3e45b28e6a1..9e426a1acda 100644 --- a/nixos/tests/all-tests.nix +++ b/nixos/tests/all-tests.nix @@ -139,7 +139,7 @@ in ldap = handleTest ./ldap.nix {}; leaps = handleTest ./leaps.nix {}; lidarr = handleTest ./lidarr.nix {}; - #lightdm = handleTest ./lightdm.nix {}; + lightdm = handleTest ./lightdm.nix {}; limesurvey = handleTest ./limesurvey.nix {}; login = handleTest ./login.nix {}; loki = handleTest ./loki.nix {};