From fb3cb79ea35280758a9e5a2a7143c74668b68bd8 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Fri, 25 May 2018 10:18:34 +0200 Subject: [PATCH] Please work --- .../cloud/sleuth/instrument/web/TraceAsyncIntegrationTests.java | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-cloud-sleuth-core/src/test/java/org/springframework/cloud/sleuth/instrument/web/TraceAsyncIntegrationTests.java b/spring-cloud-sleuth-core/src/test/java/org/springframework/cloud/sleuth/instrument/web/TraceAsyncIntegrationTests.java index 99904e9ec..df8b779dd 100644 --- a/spring-cloud-sleuth-core/src/test/java/org/springframework/cloud/sleuth/instrument/web/TraceAsyncIntegrationTests.java +++ b/spring-cloud-sleuth-core/src/test/java/org/springframework/cloud/sleuth/instrument/web/TraceAsyncIntegrationTests.java @@ -57,6 +57,7 @@ public class TraceAsyncIntegrationTests { @Before public void cleanup() { + this.reporter.clear(); this.classPerformingAsyncLogic.clear(); }