eolivelli commented on a change in pull request #1022: Only run integration
tests with -DintegrationTests
URL: https://github.com/apache/bookkeeper/pull/1022#discussion_r162717529
##########
File path: tests/integration-tests-base/pom.xml
##########
@@ -63,6 +63,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
+ <!-- only run tests when -DintegrationTests is specified //-->
+ <skipTests>true</skipTests>
Review comment:
Wouldn't it be better to use failsafe and do not run on test goal but with
verify?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services