Author: jstrachan
Date: Thu Mar 1 02:20:52 2007
New Revision: 513257
URL: http://svn.apache.org/viewvc?view=rev&rev=513257
Log:
Disabled another test from the 4.1 branch which will be 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=513257&r1=513256&r2=513257
==============================================================================
--- activemq/branches/activemq-4.1/activemq-core/pom.xml (original)
+++ activemq/branches/activemq-4.1/activemq-core/pom.xml Thu Mar 1 02:20:52
2007
@@ -256,6 +256,7 @@
<!-- Exclude tests with timing issues in them; they will be fixed
in trunk -->
+ <exclude>**/JMSConsumerTest.*</exclude>
<exclude>**/CursorDurableTest.*</exclude>
<exclude>**/NetworkReconnectTest.*</exclude>
<exclude>**/TopicClusterTest.*</exclude>