mumrah commented on code in PR #19178:
URL: https://github.com/apache/kafka/pull/19178#discussion_r1989416057
##########
clients/src/test/java/org/apache/kafka/common/network/Tls13SelectorTest.java:
##########
@@ -46,6 +48,20 @@ protected Map<String, Object> createSslClientConfigs(File
trustStoreFile) throws
return configs;
}
+ @Flaky(value = "KAFKA-14249", comment = "Copied from base class. Remove
this override once the flakiness has been resolved.")
+ @Test
+ @Override
+ public void testCloseOldestConnection() throws Exception {
+ String id = "0";
Review Comment:
Can you tell I don't use inheritance often? 🙃
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]