nixos/tests/prometheus-exporters: disable orderly shutdown

By the time the shutdown runs we have run all tests, so we can just let
the test runner kill the test.
This commit is contained in:
Martin Weinelt
2026-06-14 14:22:22 +02:00
parent efbf417091
commit b53df16cc9
-1
View File
@@ -2193,7 +2193,6 @@ lib.mapAttrs (
"${nodeName}.${line}"
) (lib.splitString "\n" (lib.removeSuffix "\n" testConfig.exporterTest))
)}
${nodeName}.shutdown()
'';
meta.maintainers = [ ];