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 d528a89 commit 5781ae1Copy full SHA for 5781ae1
exporters/zipkin/src/test/java/io/opentelemetry/exporter/zipkin/ZipkinSpanExporterTest.java
@@ -273,7 +273,8 @@ void suppressInstrumentation() {
273
274
zipkinSpanExporter.export(Collections.singleton(testSpanData));
275
276
- // Instrumentation should be suppressed on send, to avoid incidental spans related to span export.
+ // Instrumentation should be suppressed on send, to avoid incidental spans related to span
277
+ // export.
278
assertTrue(suppressCatchingSender.sent.get());
279
assertTrue(suppressCatchingSender.suppressed.get());
280
}
0 commit comments