vibhutisawant commented on code in PR #2038:
URL: https://github.com/apache/zookeeper/pull/2038#discussion_r1305082354
##########
Jenkinsfile-s390x:
##########
@@ -48,7 +48,7 @@ pipeline {
stage('BuildAndTest') {
steps {
sh "git clean -fxd"
- sh "mvn verify spotbugs:check checkstyle:check
-Pfull-build -Dsurefire-forkcount=4"
+ sh "mvn verify spotbugs:check checkstyle:check
-Pfull-build -Dsurefire-forkcount=4 -Dtest=\!ClientSSLTest
-DfailIfNoTests=false"
Review Comment:
Thanks @ctubbsii for the detailed review. Yes, I agree that skipping the
test case in ClientSSLTest.java would be better than skipping it in
Jenkinsfile. I will test and push the changes.
--
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]