mirror of https://github.com/apache/activemq.git
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:
parent
c91724c35a
commit
eba9e88af8
|
@ -341,6 +341,9 @@
|
||||||
|
|
||||||
<!-- http://jira.activemq.org/jira/browse/AMQ-522 -->
|
<!-- http://jira.activemq.org/jira/browse/AMQ-522 -->
|
||||||
<exclude>**/ProxyConnectorTest.*</exclude>
|
<exclude>**/ProxyConnectorTest.*</exclude>
|
||||||
|
|
||||||
|
<!-- http://jira.activemq.org/jira/browse/AMQ-594 -->
|
||||||
|
<exclude>**/SimpleNetworkTest.*</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
</unitTest>
|
</unitTest>
|
||||||
<resources>
|
<resources>
|
||||||
|
|
Loading…
Reference in New Issue