You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ac...@apache.org on 2006/01/11 09:39:40 UTC

svn commit: r367971 - /incubator/activemq/trunk/assembly/project.xml

Author: aco
Date: Wed Jan 11 00:39:23 2006
New Revision: 367971

URL: http://svn.apache.org/viewcvs?rev=367971&view=rev
Log:
Disabled new failing test case

Modified:
    incubator/activemq/trunk/assembly/project.xml

Modified: incubator/activemq/trunk/assembly/project.xml
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/assembly/project.xml?rev=367971&r1=367970&r2=367971&view=diff
==============================================================================
--- incubator/activemq/trunk/assembly/project.xml (original)
+++ incubator/activemq/trunk/assembly/project.xml Wed Jan 11 00:39:23 2006
@@ -337,6 +337,8 @@
           <exclude>**/ThreeBrokerTopicNetworkUsingTcpTest.*</exclude>
           <!-- https://jira.logicblaze.com/jira/browse/AMQ-478 -->
           <exclude>**/TwoBrokerTopicSendReceiveUsingTcpTest.*</exclude>
+          <!-- https://jira.logicblaze.com/jira/browse/AMQ-479 -->
+          <exclude>**/TwoBrokerQueueClientsReconnectTest.*</exclude>
 
       </excludes>
     </unitTest>