Author: jstrachan
Date: Mon Jun  5 05:37:12 2006
New Revision: 411770

URL: http://svn.apache.org/viewvc?rev=411770&view=rev
Log:
disabled the UDP tests which fail on some platforms

Modified:
    incubator/activemq/trunk/activemq-core/pom.xml

Modified: incubator/activemq/trunk/activemq-core/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-core/pom.xml?rev=411770&r1=411769&r2=411770&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-core/pom.xml (original)
+++ incubator/activemq/trunk/activemq-core/pom.xml Mon Jun  5 05:37:12 2006
@@ -263,7 +263,7 @@
             <exclude>**/QueueBridgeXBeanTest.*</exclude>
             
             <!-- UDP related tests someimes fail on some platforms -->
-            <exclude>**/UdpTransport.*</exclude>
+            <exclude>**/UdpTransportTest.*</exclude>
             <exclude>**/UdpTransportUsingServerTest.*</exclude>
             <exclude>**/UdpSendReceiveWithTwoConnectionsTest.*</exclude>
             
<exclude>**/UdpSendReceiveWithTwoConnectionsAndLargeMessagesTest.*</exclude>


Reply via email to