Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c79d69b

Browse files
lauritAbhishekkr3003
authored andcommittedNov 26, 2024
Fix native tests (open-telemetry#12784)
1 parent 9a421cb commit c79d69b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎smoke-tests-otel-starter/spring-smoke-testing/src/main/java/io/opentelemetry/spring/smoketest/AbstractSpringStarterSmokeTest.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ public abstract class AbstractSpringStarterSmokeTest {
2626
private static final List<String> IGNORED_WARNINGS =
2727
Arrays.asList(
2828
"Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider",
29-
"The architecture 'amd64' for image");
29+
"The architecture 'amd64' for image",
30+
"The DescribeTopicPartitions API is not supported, using Metadata API to describe topics");
3031

3132
@Autowired protected OpenTelemetry openTelemetry;
3233

0 commit comments

Comments
 (0)
Please sign in to comment.