summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorxeji <36407913+xeji@users.noreply.github.com>2018-09-05 16:48:14 +0200
committerGitHub <noreply@github.com>2018-09-05 16:48:14 +0200
commitba52f4cb76cbc8cc877077bd19c1ab3811c244e6 (patch)
treec15d8e9cf9e0bb1bf12e2769dbcb5881d4d1c711 /nixos/release.nix
parentbf0cec40ca6bcf88c92c8549ca9d4cffa8374ae5 (diff)
downloadnixlib-ba52f4cb76cbc8cc877077bd19c1ab3811c244e6.tar
nixlib-ba52f4cb76cbc8cc877077bd19c1ab3811c244e6.tar.gz
nixlib-ba52f4cb76cbc8cc877077bd19c1ab3811c244e6.tar.bz2
nixlib-ba52f4cb76cbc8cc877077bd19c1ab3811c244e6.tar.lz
nixlib-ba52f4cb76cbc8cc877077bd19c1ab3811c244e6.tar.xz
nixlib-ba52f4cb76cbc8cc877077bd19c1ab3811c244e6.tar.zst
nixlib-ba52f4cb76cbc8cc877077bd19c1ab3811c244e6.zip
statsd: mark broken, disable nixos test (#46097)
It's broken with node v8 and the upstream project is dead
(last commit Nov. 2016), see #45946 and
https://github.com/etsy/statsd/issues/646
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index 17f51d977c98..0fd8d694641f 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -399,7 +399,7 @@ in rec {
   tests.slurm = callTest tests/slurm.nix {};
   tests.smokeping = callTest tests/smokeping.nix {};
   tests.snapper = callTest tests/snapper.nix {};
-  tests.statsd = callTest tests/statsd.nix {};
+  #tests.statsd = callTest tests/statsd.nix {}; # statsd is broken: #45946
   tests.strongswan-swanctl = callTest tests/strongswan-swanctl.nix {};
   tests.sudo = callTest tests/sudo.nix {};
   tests.systemd = callTest tests/systemd.nix {};