Skip to content

Commit 26a3413

Browse files
committed
fix
1 parent c7824e1 commit 26a3413

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

exporters/otlp/common/src/testIncubating/java/io/opentelemetry/exporter/internal/otlp/logs/LogsRequestMarshalerIncubatingTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
import org.junit.jupiter.params.ParameterizedTest;
5050
import org.junit.jupiter.params.provider.EnumSource;
5151

52+
@SuppressWarnings("deprecation") // Testing deprecated EXTENDED_ATTRIBUTES until removed
5253
class LogsRequestMarshalerIncubatingTest {
5354
private static final byte[] TRACE_ID_BYTES =
5455
new byte[] {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4};

0 commit comments

Comments
 (0)