Skip to content

Commit

Permalink
Fix native tests (#12784)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit authored Nov 24, 2024
1 parent fb52877 commit 2ffd599
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 2ffd599

Please sign in to comment.