Disabled another test from the 4.1 branch which will be fixed in trunk

git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-4.1@513257 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2007-03-01 10:20:52 +00:00
parent d458a7943c
commit b53e51061c

View File

@ -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>