Skip to content

Commit 6e41e82

Browse files
committed
suppress warning
1 parent 1d22072 commit 6e41e82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

smoke-tests/src/main/java/io/opentelemetry/smoketest/TelemetryRetriever.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ Collection<T> waitForTelemetry(String path, Supplier<B> builderConstructor) {
6868
}
6969
}
7070

71+
@SuppressWarnings("SystemOut")
7172
private String waitForContent(String path) throws InterruptedException {
7273
long previousSize = 0;
7374
long deadline = System.currentTimeMillis() + TimeUnit.SECONDS.toMillis(30);

0 commit comments

Comments
 (0)