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

svn commit: r885711 - /activemq/trunk/activemq-core/pom.xml

Author: gtully
Date: Tue Dec  1 10:06:59 2009
New Revision: 885711

URL: http://svn.apache.org/viewvc?rev=885711&view=rev
Log:
disable BrokerNetworkWithStuckMessagesTest as it currently fails, locally and in hudson

Modified:
    activemq/trunk/activemq-core/pom.xml

Modified: activemq/trunk/activemq-core/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/pom.xml?rev=885711&r1=885710&r2=885711&view=diff
==============================================================================
--- activemq/trunk/activemq-core/pom.xml (original)
+++ activemq/trunk/activemq-core/pom.xml Tue Dec  1 10:06:59 2009
@@ -488,6 +488,9 @@
             <exclude>**/ProxyConnectorTest.*</exclude>
             <!-- test used only to simulate load on Stomp connector -->
             <exclude>**/StompLoadTest.*</exclude>
+
+            <!-- breaks hudson: disable till we get a chance to give it the time that it needs - http://hudson.zones.apache.org/hudson/job/ActiveMQ/org.apache.activemq$activemq-core/199/testReport/org.apache.activemq.network/BrokerNetworkWithStuckMessagesTest/testBrokerNetworkWithStuckMessages/ -->
+            <exclude>**/BrokerNetworkWithStuckMessagesTest.*</exclude>
             
           </excludes>
         </configuration>