|
@@ -26,6 +26,7 @@ import java.util.concurrent.TimeUnit;
|
|
|
|
|
|
import org.junit.Before;
|
|
|
import org.junit.After;
|
|
|
+import org.junit.Ignore;
|
|
|
import org.junit.Test;
|
|
|
import org.junit.Assert;
|
|
|
|
|
@@ -168,6 +169,7 @@ public class RequestPathMetricsCollectorTest {
|
|
|
}
|
|
|
|
|
|
@Test
|
|
|
+ @Ignore
|
|
|
public void testCollectStats() throws InterruptedException {
|
|
|
RequestPathMetricsCollector requestPathMetricsCollector =
|
|
|
new RequestPathMetricsCollector(true);
|