Skip to content

Commit 3609e6d

Browse files
committed
add missing annotations
1 parent fc457bc commit 3609e6d

File tree

1 file changed

+1
-0
lines changed
  • instrumentation/clickhouse-client-0.5/javaagent/src/test/java/io/opentelemetry/javaagent/instrumentation/clickhouse

1 file changed

+1
-0
lines changed

instrumentation/clickhouse-client-0.5/javaagent/src/test/java/io/opentelemetry/javaagent/instrumentation/clickhouse/ClickHouseClientTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ void testExecuteAndWaitWithStringQueryAndId() throws ClickHouseException {
185185
}
186186

187187
@Test
188+
@SuppressWarnings("deprecation") // using deprecated semconv
188189
void testExecuteAndWaitThrowsException() {
189190
Throwable thrown =
190191
catchThrowable(

0 commit comments

Comments
 (0)