about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2024-01-30 03:08:25 +0100
committerGitHub <noreply@github.com>2024-01-30 03:08:25 +0100
commit540cdedf5d8e4fbb332a4253f407d067b3d91d6e (patch)
treeb744dea473f505232eb5567222bc23ecec43c9b8 /nixos/tests
parent87a01574329046a0d807944f57a0322df999cad3 (diff)
parentf77e7dbd3137b6158f29e6a072f4b4fccc86e6b6 (diff)
Merge pull request #284676 from r-ryantm/auto-update/exportarr
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/prometheus-exporters.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/nixos/tests/prometheus-exporters.nix b/nixos/tests/prometheus-exporters.nix
index 5872b02b609e1..0bb9b6fcc8d5e 100644
--- a/nixos/tests/prometheus-exporters.nix
+++ b/nixos/tests/prometheus-exporters.nix
@@ -257,21 +257,6 @@ let
       '';
     };
 
-    exportarr-sonarr = {
-      nodeName = "exportarr_sonarr";
-      exporterConfig = {
-        enable = true;
-        url = "http://127.0.0.1:8989";
-        # testing for real data is tricky, because the api key can not be preconfigured
-        apiKeyFile = pkgs.writeText "dummy-api-key" "eccff6a992bc2e4b88e46d064b26bb4e";
-      };
-      exporterTest = ''
-        wait_for_unit("prometheus-exportarr-sonarr-exporter.service")
-        wait_for_open_port(9707)
-        succeed("curl -sSf 'http://localhost:9707/metrics")
-      '';
-    };
-
     fastly = {
       exporterConfig = {
         enable = true;