Author: jstrachan
Date: Thu Mar 1 23:39:59 2007
New Revision: 513645
URL: http://svn.apache.org/viewvc?view=rev&rev=513645
Log:
Disabled a couple more tests that'll get fixed in trunk
Modified:
activemq/branches/activemq-4.1/activemq-core/pom.xml
Modified: activemq/branches/activemq-4.1/activemq-core/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/branches/activemq-4.1/activemq-core/pom.xml?view=diff&rev=513645&r1=513644&r2=513645
==============================================================================
--- activemq/branches/activemq-4.1/activemq-core/pom.xml (original)
+++ activemq/branches/activemq-4.1/activemq-core/pom.xml Thu Mar 1 23:39:59
2007
@@ -256,6 +256,7 @@
<!-- Exclude tests with timing issues in them; they will be fixed
in trunk -->
+ <exclude>**/ReliableReconnectTest.*</exclude>
<exclude>**/JMSConsumerTest.*</exclude>
<exclude>**/CursorDurableTest.*</exclude>
<exclude>**/NetworkReconnectTest.*</exclude>