xijiu commented on code in PR #17682:
URL: https://github.com/apache/kafka/pull/17682#discussion_r1828594016


##########
clients/src/test/java/org/apache/kafka/common/network/SslTransportLayerTest.java:
##########
@@ -465,10 +472,8 @@ public void 
testClientAuthenticationRequestedNotProvided(Args args) throws Excep
      * Tests key-pair created using DSA.
      */
     @ParameterizedTest
-    @ArgumentsSource(SslTransportLayerArgumentsProvider.class)
+    @ArgumentsSource(SslTransportLayerArgumentsForTLS2Provider.class)
     public void testDsaKeyPair(Args args) throws Exception {
-        // DSA algorithms are not supported for TLSv1.3.

Review Comment:
   @chia7712  Sure, I have fixed it, PTAL



-- 
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]

Reply via email to