ijuma commented on a change in pull request #9874: URL: https://github.com/apache/kafka/pull/9874#discussion_r556571043
########## File path: clients/src/test/java/org/apache/kafka/common/security/authenticator/SaslAuthenticatorFailureDelayTest.java ########## @@ -228,12 +213,8 @@ private NioEchoServer createEchoServer(SecurityProtocol securityProtocol) throws } private NioEchoServer createEchoServer(ListenerName listenerName, SecurityProtocol securityProtocol) throws Exception { - if (failedAuthenticationDelayMs != -1) Review comment: The two parameters we use in the test are `0` and `200`, so this is dead code. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org