vibhutisawant commented on code in PR #2038:
URL: https://github.com/apache/zookeeper/pull/2038#discussion_r1311793349


##########
zookeeper-server/src/test/java/org/apache/zookeeper/test/ClientSSLTest.java:
##########
@@ -147,6 +148,8 @@ public void testClientServerSSLWithCnxnClassName() throws 
Exception {
     @ParameterizedTest(name = "sslProvider={0}, fipsEnabled={1}, 
hostnameVerification={2}")
     @MethodSource("positiveTestData")
     public void testClientServerSSL_positive(SslProvider sslProvider, String 
fipsEnabled, String hostnameVerification) throws Exception {
+        //Skipping this test for s390x arch as netty-tc-native is not supported
+        assumeFalse(System.getProperty("os.arch").contains("s390x"), " 
Skipping for s390x arch as netty-tcnative is not yet supported.");

Review Comment:
   Hi @eolivelli, I have raised a separate PR to address the above file 
changes. https://github.com/apache/zookeeper/pull/2057. Could you please have a 
look? Thank you.



-- 
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: notifications-unsubscr...@zookeeper.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to