excluded failing test for AMQ-724

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@413014 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2006-06-09 11:03:01 +00:00
parent 6d115cf7a5
commit 2c8b312bda
1 changed files with 3 additions and 0 deletions

View File

@ -267,6 +267,9 @@
<exclude>**/UdpTransportUsingServerTest.*</exclude>
<exclude>**/UdpSendReceiveWithTwoConnectionsTest.*</exclude>
<exclude>**/UdpSendReceiveWithTwoConnectionsAndLargeMessagesTest.*</exclude>
<!-- http://issues.apache.org/activemq/browse/AMQ-724 -->
<exclude>**/StompSubscriptionRemoveTest.*</exclude>
</excludes>
</configuration>
</plugin>