Exclude 2 activemq5 openwire tests that purely test on client side
This commit is contained in:
parent
4b79ddb0bd
commit
99db9f1cbd
|
@ -402,6 +402,9 @@
|
||||||
<!-- exclude tests that can cause hang -->
|
<!-- exclude tests that can cause hang -->
|
||||||
<exclude>**/org/apache/activemq/PerDestinationStoreLimitTest.java</exclude>
|
<exclude>**/org/apache/activemq/PerDestinationStoreLimitTest.java</exclude>
|
||||||
<exclude>**/org/apache/activemq/ProducerFlowControlTest.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>
|
</excludes>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Reference in New Issue