Excludes the SimpleNetworkTest in project.xml, as it caused the build process to hang in Linux platform

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@381868 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Darwin G. Flores 2006-03-01 01:58:57 +00:00
parent c91724c35a
commit eba9e88af8
1 changed files with 3 additions and 0 deletions

View File

@ -341,6 +341,9 @@
<!-- http://jira.activemq.org/jira/browse/AMQ-522 -->
<exclude>**/ProxyConnectorTest.*</exclude>
<!-- http://jira.activemq.org/jira/browse/AMQ-594 -->
<exclude>**/SimpleNetworkTest.*</exclude>
</excludes>
</unitTest>
<resources>