Disable prometheus to unbreak tests

main
Kegan Dougal 2020-09-15 16:15:34 +01:00
parent 965f068d1a
commit ba6c7c4a5c
1 changed files with 1 additions and 1 deletions

View File

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