Fix native tests (#12784)

This commit is contained in:
Lauri Tulmin 2024-11-24 17:48:20 +02:00 committed by GitHub
parent fb52877f7e
commit 2ffd5996a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@ public abstract class AbstractSpringStarterSmokeTest {
private static final List<String> IGNORED_WARNINGS =
Arrays.asList(
"Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider",
"The architecture 'amd64' for image");
"The architecture 'amd64' for image",
"The DescribeTopicPartitions API is not supported, using Metadata API to describe topics");
@Autowired protected OpenTelemetry openTelemetry;