From f77e7dbd3137b6158f29e6a072f4b4fccc86e6b6 Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Tue, 30 Jan 2024 01:00:22 +0100 Subject: [PATCH] nixos/tests/prometheus-exporters: remove exportarr_sonarr This test has never worked. Not sure why it was merged in the first place. --- nixos/tests/prometheus-exporters.nix | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/nixos/tests/prometheus-exporters.nix b/nixos/tests/prometheus-exporters.nix index 5872b02b609e..0bb9b6fcc8d5 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;