summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2019-09-06 14:06:36 +0100
committeradisbladis <adisbladis@gmail.com>2019-09-06 14:22:14 +0100
commit0cce8856b2009d919f9372bcd2fce3019ff525d3 (patch)
tree289fa7594d74ca540d58e1a3fe60562b96fd4567 /nixos/tests
parent16429eb2c0f304043c762fc2c37e98271a5f240d (diff)
downloadnixpkgs-0cce8856b2009d919f9372bcd2fce3019ff525d3.tar
nixpkgs-0cce8856b2009d919f9372bcd2fce3019ff525d3.tar.gz
nixpkgs-0cce8856b2009d919f9372bcd2fce3019ff525d3.tar.bz2
nixpkgs-0cce8856b2009d919f9372bcd2fce3019ff525d3.tar.lz
nixpkgs-0cce8856b2009d919f9372bcd2fce3019ff525d3.tar.xz
nixpkgs-0cce8856b2009d919f9372bcd2fce3019ff525d3.tar.zst
nixpkgs-0cce8856b2009d919f9372bcd2fce3019ff525d3.zip
elk-5: Remove tests
These packages are EOL and are about to be removed
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/elk.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/nixos/tests/elk.nix b/nixos/tests/elk.nix
index 95371ef4443..7837fbd2833 100644
--- a/nixos/tests/elk.nix
+++ b/nixos/tests/elk.nix
@@ -178,12 +178,6 @@ let
     '';
   };
 in mapAttrs mkElkTest {
-  "ELK-5" = {
-    elasticsearch = pkgs.elasticsearch5;
-    logstash      = pkgs.logstash5;
-    kibana        = pkgs.kibana5;
-    journalbeat   = pkgs.journalbeat5;
-  };
   "ELK-6" =
     if enableUnfree
     then {