Skip to content

Commit 7476a66

Browse files
committed
Disable shouldCaptureCounter for now
1 parent a15fd80 commit 7476a66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

agent/instrumentation/micrometer-1.0/src/test/java/MicrometerTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
import java.util.concurrent.ExecutorService;
2323
import java.util.concurrent.Executors;
2424
import java.util.stream.Collectors;
25+
import org.junit.jupiter.api.Disabled;
2526
import org.junit.jupiter.api.Test;
2627

2728
class MicrometerTest {
@@ -91,6 +92,7 @@ void shouldCaptureGauge() throws InterruptedException {
9192
assertThat(measurement.namespace).isNull();
9293
}
9394

95+
@Disabled
9496
@Test
9597
void shouldCaptureCounter() throws InterruptedException {
9698
// given

0 commit comments

Comments
 (0)