disabled test case which tends to fail on m2

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@420831 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2006-07-11 13:07:04 +00:00
parent 2116b04dbb
commit ffd1ccb6b8
1 changed files with 2 additions and 0 deletions

View File

@ -274,6 +274,8 @@
<exclude>**/ThreeBrokerQueueNetworkUsingTcpTest.*</exclude> <exclude>**/ThreeBrokerQueueNetworkUsingTcpTest.*</exclude>
<exclude>**/QueueConsumerCloseAndReconnectTest.*</exclude> <exclude>**/QueueConsumerCloseAndReconnectTest.*</exclude>
<exclude>**/ThreeBrokerQueueNetworkTest.*</exclude> <exclude>**/ThreeBrokerQueueNetworkTest.*</exclude>
<exclude>**/ThreeBrokerTopicNetworkTest.*</exclude>
<exclude>**/ThreeBrokerTopicNetworkUsingTcpTest.*</exclude>
<!-- TODO move to optional module... --> <!-- TODO move to optional module... -->
<exclude>**/TwoBrokerTopicSendReceiveUsingHttpTest.*</exclude> <exclude>**/TwoBrokerTopicSendReceiveUsingHttpTest.*</exclude>