ctubbsii commented on a change in pull request #1060: Closes #1053 add
multi-volume support to import table command.
URL: https://github.com/apache/accumulo/pull/1060#discussion_r400413346
##########
File path: test/pom.xml
##########
@@ -212,6 +212,7 @@
<configuration>
<testSourceDirectory>${project.basedir}/src/main/java/</testSourceDirectory>
<testClassesDirectory>${project.build.directory}/classes/</testClassesDirectory>
+ <skipTests>${failsafe.skip}</skipTests>
Review comment:
This isn't needed. There's a separate `-DskipITs` that controls failsafe
separately from surefire. Having it here will interfere with the ability to use
system properties to skip, since configuration in the pom.xml overrides system
properties.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services