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


##########
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:
   Sure @eolivelli, I will create another PR to handle this change. Should I 
create a separate JIRA issue as well? Thanks 



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