disabled the UDP tests which fail on some platforms

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@411770 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2006-06-05 12:37:12 +00:00
parent 11fd909837
commit 90fca6a3a4
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@
<exclude>**/QueueBridgeXBeanTest.*</exclude> <exclude>**/QueueBridgeXBeanTest.*</exclude>
<!-- UDP related tests someimes fail on some platforms --> <!-- UDP related tests someimes fail on some platforms -->
<exclude>**/UdpTransport.*</exclude> <exclude>**/UdpTransportTest.*</exclude>
<exclude>**/UdpTransportUsingServerTest.*</exclude> <exclude>**/UdpTransportUsingServerTest.*</exclude>
<exclude>**/UdpSendReceiveWithTwoConnectionsTest.*</exclude> <exclude>**/UdpSendReceiveWithTwoConnectionsTest.*</exclude>
<exclude>**/UdpSendReceiveWithTwoConnectionsAndLargeMessagesTest.*</exclude> <exclude>**/UdpSendReceiveWithTwoConnectionsAndLargeMessagesTest.*</exclude>