Fix native tests (#12784)
This commit is contained in:
parent
fb52877f7e
commit
2ffd5996a1
|
@ -26,7 +26,8 @@ public abstract class AbstractSpringStarterSmokeTest {
|
||||||
private static final List<String> IGNORED_WARNINGS =
|
private static final List<String> IGNORED_WARNINGS =
|
||||||
Arrays.asList(
|
Arrays.asList(
|
||||||
"Unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider",
|
"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;
|
@Autowired protected OpenTelemetry openTelemetry;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue