Disable prometheus to unbreak tests

This commit is contained in:
Kegan Dougal 2020-09-15 16:15:34 +01:00
parent 965f068d1a
commit ba6c7c4a5c

View File

@ -172,7 +172,7 @@ func mustCreateRoomserverAPI(t *testing.T) (api.RoomserverInternalAPI, *dummyPro
dp := &dummyProducer{ dp := &dummyProducer{
topic: cfg.Global.Kafka.TopicFor(config.TopicOutputRoomEvent), topic: cfg.Global.Kafka.TopicFor(config.TopicOutputRoomEvent),
} }
cache, err := caching.NewInMemoryLRUCache(true) cache, err := caching.NewInMemoryLRUCache(false)
if err != nil { if err != nil {
t.Fatalf("failed to make caches: %s", err) t.Fatalf("failed to make caches: %s", err)
} }