HBASE-14515 make sure spark tests are skippable like the other modules.
This commit is contained in:
parent
f3dff052a6
commit
e3383fd146
|
@ -589,4 +589,19 @@
|
|||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
||||
<profiles>
|
||||
<!-- Skip the tests in this module -->
|
||||
<profile>
|
||||
<id>skipSparkTests</id>
|
||||
<activation>
|
||||
<property>
|
||||
<name>skipSparkTests</name>
|
||||
</property>
|
||||
</activation>
|
||||
<properties>
|
||||
<surefire.skipFirstPart>true</surefire.skipFirstPart>
|
||||
<surefire.skipSecondPart>true</surefire.skipSecondPart>
|
||||
</properties>
|
||||
</profile>
|
||||
</profiles>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue