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/03/09 11:11:45 UTC

svn commit: r384479 - /incubator/activemq/trunk/activemq-core/project.xml

Author: jstrachan
Date: Thu Mar  9 02:11:43 2006
New Revision: 384479

URL: http://svn.apache.org/viewcvs?rev=384479&view=rev
Log:
disabled some failing test cases until we can fix 'em

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=384479&r1=384478&r2=384479&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-core/project.xml (original)
+++ incubator/activemq/trunk/activemq-core/project.xml Thu Mar  9 02:11:43 2006
@@ -355,6 +355,13 @@
                 
                 <!-- http://jira.activemq.org/jira/browse/AMQ-610 -->
                 <exclude>**/FanoutTransportBrokerTest.*</exclude>
+                
+                <!-- http://jira.activemq.org/jira/browse/AMQ-626 -->
+                <exclude>**/MultipleTestsWithSpringFactoryBeanTest.*</exclude>
+                <exclude>**/MultipleTestsWithXBeanFactoryBeanTest.*</exclude>
+                <exclude>**/MultipleTestsWithSpringXBeanFactoryBeanTest.*</exclude>
+                
+                <exclude>**/UdpSendReceiveWithTwoConnectionsTest.*</exclude>
             </excludes>
         </unitTest>
         <resources>