From 11fd909837542694f16da97f0cfd1ff56f5c5c1f Mon Sep 17 00:00:00 2001 From: James Strachan Date: Mon, 5 Jun 2006 12:32:53 +0000 Subject: [PATCH] disabled the UDP tests which fail on some platforms git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@411768 13f79535-47bb-0310-9956-ffa450edef68 --- activemq-core/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/activemq-core/pom.xml b/activemq-core/pom.xml index e9c5edac76..e615c3fb89 100755 --- a/activemq-core/pom.xml +++ b/activemq-core/pom.xml @@ -263,6 +263,7 @@ **/QueueBridgeXBeanTest.* + **/UdpTransport.* **/UdpTransportUsingServerTest.* **/UdpSendReceiveWithTwoConnectionsTest.* **/UdpSendReceiveWithTwoConnectionsAndLargeMessagesTest.*