This closes #137 openwire exclusions on testsuite

This commit is contained in:
Clebert Suconic 2015-08-26 09:49:58 -04:00
commit b1f1c5a961
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>