Exclude the QueueClusterTest so that build process won't hang

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@383474 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Darwin G. Flores 2006-03-06 06:04:55 +00:00
parent ecf56d1a74
commit 83b624fe8e
1 changed files with 3 additions and 0 deletions

View File

@ -353,6 +353,9 @@
<exclude>**/MultiBrokersMultiClientsTest.*</exclude>
<!-- https://jira.logicblaze.com/jira/browse/AMQ-474 -->
<exclude>**/MultiBrokersMultiClientsUsingTcpTest.*</exclude>
<!-- http://jira.activemq.org/jira/browse/AMQ-575 -->
<exclude>**/QueueClusterTest.*</exclude>
</excludes>
</unitTest>