Author: jlim
Date: Tue Feb 21 00:12:38 2006
New Revision: 379390

URL: http://svn.apache.org/viewcvs?rev=379390&view=rev
Log:
temporary disabled TwoBrokerTopicSendReceiveTest (AMQ-586).Passes all test grid 
except for the Windows Server 2003 platform (jafar)

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=379390&r1=379389&r2=379390&view=diff
==============================================================================
--- incubator/activemq/trunk/assembly/project.xml (original)
+++ incubator/activemq/trunk/assembly/project.xml Tue Feb 21 00:12:38 2006
@@ -317,7 +317,8 @@
         <include>**/*Test.*</include>
       </includes>
       <excludes>
-
+          <!-- http://jira.activemq.org/jira/browse/AMQ-586: fails on Windows 
2003 -->
+          <exclude>**/TwoBrokerTopicSendReceiveTest.*</exclude>
           <!-- http://jira.activemq.org/jira/browse/AMQ-563: HTTP not yet 
implemented -->
           <exclude>**/TwoBrokerTopicSendReceiveUsingHttpTest.*</exclude>
           <!-- http://jira.activemq.org/jira/browse/AMQ-537 --> 


Reply via email to