Include just a few packages in activemq5-unit-tests to start with
This commit is contained in:
parent
8182f8bd2d
commit
2866ecd4c2
|
@ -383,6 +383,20 @@
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
<skipTests>${skipActiveMQ5Tests}</skipTests>
|
<skipTests>${skipActiveMQ5Tests}</skipTests>
|
||||||
|
<includes>
|
||||||
|
<!-- include this first three packages -->
|
||||||
|
<include>**/org/apache/activemq/*Test.java</include>
|
||||||
|
<include>**/org/apache/activemq/command/*Test.java</include>
|
||||||
|
<include>**/org/apache/activemq/openwire/*Test.java</include>
|
||||||
|
<include>**/org/apache/activemq/transport/tcp/*Test.java</include>
|
||||||
|
<!-- tests that are known to pass-->
|
||||||
|
<include>**/org/apache/activemq/blob/BlobTransferPolicyUriTest.java</include>
|
||||||
|
</includes>
|
||||||
|
<excludes>
|
||||||
|
<!-- exclude tests that can cause hang -->
|
||||||
|
<exclude>**/org/apache/activemq/PerDestinationStoreLimitTest.java</exclude>
|
||||||
|
<exclude>**/org/apache/activemq/ProducerFlowControlTest.java</exclude>
|
||||||
|
</excludes>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue