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:
@@ -2193,7 +2193,6 @@ lib.mapAttrs (
|
||||
"${nodeName}.${line}"
|
||||
) (lib.splitString "\n" (lib.removeSuffix "\n" testConfig.exporterTest))
|
||||
)}
|
||||
${nodeName}.shutdown()
|
||||
'';
|
||||
|
||||
meta.maintainers = [ ];
|
||||
|
||||
Reference in New Issue
Block a user