[ 
https://issues.apache.org/jira/browse/HBASE-14167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15847690#comment-15847690
 ] 

Yi Liang commented on HBASE-14167:
----------------------------------

The reason why -DskipIntegrationTests not work is that hbase-spark has two 
plugin for testing, one is Maven Surefire plugin for Java, and other is Maven 
Scalatest plugin for scala. The -DskipIntegrationTests will only disable Java 
test case, and would not do anything to Scala test cases. I can pick up this 
one after I solved HBASE-17574. 

> hbase-spark integration tests do not respect -DskipIntegrationTests
> -------------------------------------------------------------------
>
>                 Key: HBASE-14167
>                 URL: https://issues.apache.org/jira/browse/HBASE-14167
>             Project: HBase
>          Issue Type: Improvement
>          Components: pom, spark
>    Affects Versions: 2.0.0
>            Reporter: Andrew Purtell
>            Priority: Minor
>         Attachments: HBASE-14167.11.patch, HBASE-14167-master-v2.patch
>
>
> When running a build with {{mvn ... -DskipIntegrationTests}}, the hbase-spark 
> module's integration tests do not respect the flag and run anyway. Fix. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to