Disabled a couple more tests that'll get fixed in trunk

git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-4.1@513645 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2007-03-02 07:39:59 +00:00
parent 8780dba3f4
commit 49abc1b954
1 changed files with 1 additions and 0 deletions

View File

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