ijuma commented on a change in pull request #9874: URL: https://github.com/apache/kafka/pull/9874#discussion_r556742189
########## File path: clients/src/test/java/org/apache/kafka/common/security/ssl/SslFactoryTest.java ########## @@ -141,7 +123,7 @@ public void testSslFactoryWithIncorrectProviderClassConfiguration() { @Test public void testSslFactoryWithoutPasswordConfiguration() throws Exception { File trustStoreFile = File.createTempFile("truststore", ".jks"); - Map<String, Object> serverSslConfig = sslConfigsBuilder(Mode.SERVER) + Map<String, Object> serverSslConfig = sslConfigsBuilder(Mode.SERVER, tlsProtocol) Review comment: I will revert these changes that are no longer necessary. ---------------------------------------------------------------- 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