From 1ed1bc9ed377054153ee8b73e20692e6109c8168 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Thu, 14 Jul 2016 15:48:21 -0400 Subject: [PATCH] Disable prometheus in tests --- test/testconfig.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/testconfig.py b/test/testconfig.py index 8e37113d6..aee1b902f 100644 --- a/test/testconfig.py +++ b/test/testconfig.py @@ -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