nixos/tests/prometheus-pushgateway: remove missing target

network-online.target isn't wanted by multi-user.target anymore.
This commit is contained in:
Franz Pletz
2024-12-30 13:52:44 +01:00
parent fde3e54c3a
commit fe6c468ecc
-2
View File
@@ -66,8 +66,6 @@ import ../make-test-python.nix (
+ "jq '.data.result[0].metric.version' | grep '\"${pkgs.prometheus-pushgateway.version}\"'"
)
client.wait_for_unit("network-online.target")
# Add a metric and check in Prometheus
client.wait_until_succeeds(
"echo 'some_metric 3.14' | curl --data-binary @- http://pushgateway:9091/metrics/job/some_job"