diff --git a/hystrix-core/src/test/java/com/netflix/hystrix/HystrixCollapserTest.java b/hystrix-core/src/test/java/com/netflix/hystrix/HystrixCollapserTest.java index a5b15aed1..3e3004b62 100644 --- a/hystrix-core/src/test/java/com/netflix/hystrix/HystrixCollapserTest.java +++ b/hystrix-core/src/test/java/com/netflix/hystrix/HystrixCollapserTest.java @@ -55,6 +55,7 @@ public void init() { // since we're going to modify properties of the same class between tests, wipe the cache each time HystrixCollapser.reset(); HystrixCollapserMetrics.reset(); + HystrixCommandMetrics.reset(); /* we must call this to simulate a new request lifecycle running and clearing caches */ context = HystrixRequestContext.initializeContext(); }