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/07/08 11:25:29 UTC

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

Author: gtully
Date: Wed Jul  8 09:25:28 2009
New Revision: 792078

URL: http://svn.apache.org/viewvc?rev=792078&view=rev
Log:
disable ProxyConnectorTest pending resolution of https://issues.apache.org/activemq/browse/AMQ-2050

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=792078&r1=792077&r2=792078&view=diff
==============================================================================
--- activemq/trunk/activemq-core/pom.xml (original)
+++ activemq/trunk/activemq-core/pom.xml Wed Jul  8 09:25:28 2009
@@ -450,6 +450,9 @@
 
             <exclude>**/AMQDeadlockTest3.*</exclude>
             <exclude>**/AMQ1936Test.*</exclude>
+
+            <!-- https://issues.apache.org/activemq/browse/AMQ-2050 -->
+            <exclude>**/ProxyConnectorTest.*</exclude>
             
           </excludes>
         </configuration>