disabled hanging test case

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@385504 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2006-03-13 10:57:07 +00:00
parent a4c6dc40c4
commit 80fc4969fc
1 changed files with 5 additions and 0 deletions

View File

@ -189,8 +189,13 @@
<include>**/*Test.*</include>
</includes>
<excludes>
<!-- http://jira.activemq.org/jira/browse/AMQ-628 -->
<exclude>**/HttpTransportBrokerTest.*</exclude>
<!-- http://jira.activemq.org/jira/browse/AMQ-629 -->
<exclude>**/HttpTransportBrokerTest.*</exclude>
</excludes>
</unitTest>