summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-03-24 10:18:00 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2017-03-24 10:38:59 -0500
commit5dbbb60d4f11406467d2c3655c4fb35c951ee656 (patch)
tree77a6692d7def8acfbd2d88c914db3e156569fe64 /nixos
parente44cd00c2aae5d5e419e3207a571d402f95ec87a (diff)
downloadnixpkgs-5dbbb60d4f11406467d2c3655c4fb35c951ee656.tar
nixpkgs-5dbbb60d4f11406467d2c3655c4fb35c951ee656.tar.gz
nixpkgs-5dbbb60d4f11406467d2c3655c4fb35c951ee656.tar.bz2
nixpkgs-5dbbb60d4f11406467d2c3655c4fb35c951ee656.tar.lz
nixpkgs-5dbbb60d4f11406467d2c3655c4fb35c951ee656.tar.xz
nixpkgs-5dbbb60d4f11406467d2c3655c4fb35c951ee656.tar.zst
nixpkgs-5dbbb60d4f11406467d2c3655c4fb35c951ee656.zip
nixos/plasma5: re-enable test
Fixes #24240.

I do not know the cause of the test failures, but the tests pass now.
Diffstat (limited to 'nixos')
-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 00abbcacf8c..63ca39a9b60 100644
--- a/nixos/release-combined.nix
+++ b/nixos/release-combined.nix
@@ -72,7 +72,7 @@ in rec {
         (all nixos.tests.ecryptfs)
         (all nixos.tests.ipv6)
         (all nixos.tests.i3wm)
-        #(all nixos.tests.plasma5) # temporarily, see #24240
+        (all nixos.tests.plasma5)
         #(all nixos.tests.lightdm)
         (all nixos.tests.login)
         (all nixos.tests.misc)