Exclude 2 activemq5 openwire tests that purely test on client side

This commit is contained in:
Howard Gao 2015-08-26 19:54:19 +08:00
parent 4b79ddb0bd
commit 99db9f1cbd
1 changed files with 3 additions and 0 deletions

View File

@ -402,6 +402,9 @@
<!-- exclude tests that can cause hang -->
<exclude>**/org/apache/activemq/PerDestinationStoreLimitTest.java</exclude>
<exclude>**/org/apache/activemq/ProducerFlowControlTest.java</exclude>
<!-- exclude tests that are on client side only -->
<exclude>**/org/apache/activemq/transport/tcp/TransportConnectorInvalidSocketOptionsTest.java</exclude>
<exclude>**/org/apache/activemq/transport/tcp/TransportUriTest.java</exclude>
</excludes>
</configuration>
</plugin>