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 a00e2ec commit d528a89Copy full SHA for d528a89
exporters/zipkin/src/test/java/io/opentelemetry/exporter/zipkin/ZipkinSpanExporterTest.java
@@ -251,7 +251,7 @@ void stringRepresentation() {
251
}
252
253
@Test
254
- void testSuppressInstrumentation() {
+ void suppressInstrumentation() {
255
TestSpanData testSpanData = spanBuilder().build();
256
257
SuppressCatchingSender suppressCatchingSender = new SuppressCatchingSender(Encoding.JSON);
0 commit comments