disabled hanging test case

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@385502 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2006-03-13 10:43:08 +00:00
parent 65fdf0762a
commit a4c6dc40c4
1 changed files with 2 additions and 0 deletions

View File

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