You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2006/07/11 12:49:16 UTC

svn commit: r420795 - /incubator/activemq/trunk/activemq-core/pom.xml

Author: jstrachan
Date: Tue Jul 11 03:49:15 2006
New Revision: 420795

URL: http://svn.apache.org/viewvc?rev=420795&view=rev
Log:
disabled test case which tends to fail on m2

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=420795&r1=420794&r2=420795&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-core/pom.xml (original)
+++ incubator/activemq/trunk/activemq-core/pom.xml Tue Jul 11 03:49:15 2006
@@ -273,6 +273,7 @@
             <exclude>**/TwoBrokerQueueClientsReconnectTest.*</exclude>
             <exclude>**/ThreeBrokerQueueNetworkUsingTcpTest.*</exclude>
             <exclude>**/QueueConsumerCloseAndReconnectTest.*</exclude>
+            <exclude>**/ThreeBrokerQueueNetworkTest.*</exclude>
             
             <!-- TODO move to optional module...  -->
             <exclude>**/TwoBrokerTopicSendReceiveUsingHttpTest.*</exclude>