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.
This commit is contained in:
parent
71d42da8f5
commit
feb4b30074
@ -104,7 +104,7 @@ in rec {
|
|||||||
#(all nixos.tests.keymap.neo)
|
#(all nixos.tests.keymap.neo)
|
||||||
#(all nixos.tests.keymap.qwertz)
|
#(all nixos.tests.keymap.qwertz)
|
||||||
(all nixos.tests.plasma5)
|
(all nixos.tests.plasma5)
|
||||||
#(all nixos.tests.lightdm)
|
(all nixos.tests.lightdm)
|
||||||
(all nixos.tests.login)
|
(all nixos.tests.login)
|
||||||
(all nixos.tests.misc)
|
(all nixos.tests.misc)
|
||||||
(all nixos.tests.mutableUsers)
|
(all nixos.tests.mutableUsers)
|
||||||
|
@ -139,7 +139,7 @@ in
|
|||||||
ldap = handleTest ./ldap.nix {};
|
ldap = handleTest ./ldap.nix {};
|
||||||
leaps = handleTest ./leaps.nix {};
|
leaps = handleTest ./leaps.nix {};
|
||||||
lidarr = handleTest ./lidarr.nix {};
|
lidarr = handleTest ./lidarr.nix {};
|
||||||
#lightdm = handleTest ./lightdm.nix {};
|
lightdm = handleTest ./lightdm.nix {};
|
||||||
limesurvey = handleTest ./limesurvey.nix {};
|
limesurvey = handleTest ./limesurvey.nix {};
|
||||||
login = handleTest ./login.nix {};
|
login = handleTest ./login.nix {};
|
||||||
loki = handleTest ./loki.nix {};
|
loki = handleTest ./loki.nix {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user