Author: jstrachan
Date: Mon Feb 20 02:27:41 2006
New Revision: 379074

URL: http://svn.apache.org/viewcvs?rev=379074&view=rev
Log:
temporarily disabled a test case (AMQ-583) until we can verify it works on all 
platforms

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

Modified: incubator/activemq/trunk/activemq-core/project.xml
URL: 
http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/project.xml?rev=379074&r1=379073&r2=379074&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-core/project.xml (original)
+++ incubator/activemq/trunk/activemq-core/project.xml Mon Feb 20 02:27:41 2006
@@ -343,6 +343,8 @@
                 <exclude>**/ProxyConnectorTest.*</exclude>
                 <!-- http://jira.activemq.org/jira/browse/AMQ-560 -->
                 <exclude>**/FanoutTransportBrokerTest.*</exclude>
+                <!-- http://jira.activemq.org/jira/browse/AMQ-583 -->
+                <exclude>**/DiscoveryTransportBrokerTest.*</exclude>
 
                 <!--  TODO auto-generated openwire tests not quite working yet 
-->
                 <exclude>**/openwire/*/*Test.*</exclude>


Reply via email to