about summary refs log tree commit diff
path: root/modules/core
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2018-11-23 13:27:34 +0100
committeraszlig <aszlig@nix.build>2018-11-23 13:27:56 +0100
commit8bba75d145d8342826a87943b6ddf2257e735f29 (patch)
treeac80e03f925063220f87313e4b18b9838ae67bd8 /modules/core
parentf52161f498593828145a7bf154baa6a6dff20e54 (diff)
core/tests: Remove statsd test
The test got removed in NixOS/nixpkgs@552c2236254271f12342d3ad7a0f7c0bb
with the following comment:

  The package/service is broken. Upstream is dead

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'modules/core')
-rw-r--r--modules/core/tests.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/core/tests.nix b/modules/core/tests.nix
index 709b3b9e..4fb80448 100644
--- a/modules/core/tests.nix
+++ b/modules/core/tests.nix
@@ -520,9 +520,6 @@ let
     { check = config.services.smokeping.enable;
       path  = ["nixos" "smokeping"];
     }
-    { check = config.services.statsd.enable;
-      path  = ["nixos" "statsd"];
-    }
     { check = config.services.strongswan-swanctl.enable;
       path  = ["nixos" "strongswan-swanctl"];
     }