Disable prometheus in tests

This commit is contained in:
Joseph Schorr 2016-07-14 15:48:21 -04:00
parent 7c727dfc9d
commit 1ed1bc9ed3

View file

@ -73,3 +73,5 @@ class TestConfig(DefaultConfig):
INSTANCE_SERVICE_KEY_KID_LOCATION = 'test/data/test.kid'
INSTANCE_SERVICE_KEY_LOCATION = 'test/data/test.pem'
PROMETHEUS_AGGREGATOR_URL = None