nixos/tests: enable prometheus test

As far as I can tell, we've had this test since 2015, but it was never
enabled.
This commit is contained in:
Bjørn Forsman 2017-10-16 19:36:13 +02:00
parent 774d05878a
commit 12d6fed2ba

View File

@ -308,6 +308,7 @@ in rec {
tests.postgis = callTest tests/postgis.nix {};
#tests.pgjwt = callTest tests/pgjwt.nix {};
tests.printing = callTest tests/printing.nix {};
tests.prometheus = callTest tests/prometheus.nix {};
tests.proxy = callTest tests/proxy.nix {};
tests.pumpio = callTest tests/pump.io.nix {};
# tests.quagga = callTest tests/quagga.nix {};