ivankelly commented on a change in pull request #1022: Only run integration
tests with -DintegrationTests
URL: https://github.com/apache/bookkeeper/pull/1022#discussion_r162750354
##########
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:
I looked a bit at failsafe. Does verify need to be called explicitly? As
opposed to test which runs with package and install?
----------------------------------------------------------------
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