mirror of https://github.com/apache/activemq.git
excluded ProxyConnectorTest because it hangs.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@374277 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4d9ab0cffc
commit
9e4779964d
|
@ -339,7 +339,7 @@
|
|||
<exclude>**/TcpTransportBrokerTest.*</exclude>
|
||||
<exclude>**/activeio/*</exclude>
|
||||
|
||||
<!-- These are performance tests so take too long to run -->
|
||||
<!-- These are performance tests so take too long to run -->
|
||||
<exclude>**/perf/*</exclude>
|
||||
|
||||
<!-- This test currently fails -->
|
||||
|
@ -348,6 +348,9 @@
|
|||
|
||||
<!-- https://jira.logicblaze.com/jira/browse/AMQ-502 -->
|
||||
<exclude>**/StompTest.*</exclude>
|
||||
|
||||
<!-- http://jira.activemq.org/jira/browse/AMQ-522 -->
|
||||
<exclude>**/ProxyConnectorTest.*</exclude>
|
||||
|
||||
</excludes>
|
||||
</unitTest>
|
||||
|
|
Loading…
Reference in New Issue