Author: jstrachan
Date: Wed Feb 28 10:14:59 2007
New Revision: 512888
URL: http://svn.apache.org/viewvc?view=rev&rev=512888
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=512888&r1=512887&r2=512888
==============================================================================
--- activemq/branches/activemq-4.1/activemq-core/pom.xml (original)
+++ activemq/branches/activemq-4.1/activemq-core/pom.xml Wed Feb 28 10:14:59
2007
@@ -256,6 +256,8 @@
<!-- Exclude tests with timing issues in them; they will be fixed
in trunk -->
+ <exclude>**/CursorDurableTest.*</exclude>
+ <exclude>**/NetworkReconnectTest.*</exclude>
<exclude>**/TopicClusterTest.*</exclude>
<exclude>**/MultiBrokersMultiClientsTest.*</exclude>
<exclude>**/TwoMulticastDiscoveryBrokerTopicSendReceiveTest.*</exclude>