Author: foconer
Date: Wed Feb 1 22:03:36 2006
New Revision: 374277
URL: http://svn.apache.org/viewcvs?rev=374277&view=rev
Log:
excluded ProxyConnectorTest because it hangs.
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=374277&r1=374276&r2=374277&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-core/project.xml (original)
+++ incubator/activemq/trunk/activemq-core/project.xml Wed Feb 1 22:03:36 2006
@@ -339,7 +339,7 @@
<exclude>**/TcpTransportBrokerTest.*</exclude>
<exclude>**/activeio/*</exclude>
- <!-- These are performance tests so take too long to
run -->
+ <!-- These are performance tests so take too long to run -->
<exclude>**/perf/*</exclude>
<!-- This test currently fails -->
@@ -348,6 +348,9 @@
<!-- https://jira.logicblaze.com/jira/browse/AMQ-502 -->
<exclude>**/StompTest.*</exclude>
+
+ <!-- http://jira.activemq.org/jira/browse/AMQ-522 -->
+ <exclude>**/ProxyConnectorTest.*</exclude>
</excludes>
</unitTest>