We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a15fd80 commit 7476a66Copy full SHA for 7476a66
agent/instrumentation/micrometer-1.0/src/test/java/MicrometerTest.java
@@ -22,6 +22,7 @@
22
import java.util.concurrent.ExecutorService;
23
import java.util.concurrent.Executors;
24
import java.util.stream.Collectors;
25
+import org.junit.jupiter.api.Disabled;
26
import org.junit.jupiter.api.Test;
27
28
class MicrometerTest {
@@ -91,6 +92,7 @@ void shouldCaptureGauge() throws InterruptedException {
91
92
assertThat(measurement.namespace).isNull();
93
}
94
95
+ @Disabled
96
@Test
97
void shouldCaptureCounter() throws InterruptedException {
98
// given
0 commit comments