[
https://issues.apache.org/jira/browse/OOZIE-292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alejandro Abdelnur updated OOZIE-292:
-------------------------------------
Fix Version/s: pre-Apache
> GH-444: Add CI surefire profile to exclude some test cases
> ----------------------------------------------------------
>
> Key: OOZIE-292
> URL: https://issues.apache.org/jira/browse/OOZIE-292
> Project: Oozie
> Issue Type: Bug
> Reporter: Hadoop QA
> Fix For: pre-Apache
>
>
> Add this profile to core/pom.xml
> <profile>
> <id>oozieci</id>
> <activation>
> <activeByDefault>false</activeByDefault>
> <property>
> <name>oozieci</name>
> </property>
> </activation>
> <build>
> <plugins>
> <plugin>
>
> <groupId>org.apache.maven.plugins</groupId>
>
> <artifactId>maven-surefire-plugin</artifactId>
> <configuration>
> <excludes>
>
> <exclude>**/TestRerun.java</exclude>
>
> <exclude>**/TestCallableQueueService.java</exclude>
>
> <exclude>**/TestPigActionExecutor.java</exclude>
>
> <exclude>**/TestCallableQueueService.java</exclude>
>
> <exclude>**/TestSshActionExecutor.java</exclude>
> </excludes>
> </configuration>
> </plugin>
> </plugins>
> </build>
> </profile>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira