mirror of https://github.com/apache/activemq.git
The SSH tests only pass on machines that have ssh installed and configured properly
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@425163 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
94e0dd614a
commit
859caee9d2
|
@ -280,6 +280,10 @@
|
||||||
|
|
||||||
<!-- TODO move to optional module... -->
|
<!-- TODO move to optional module... -->
|
||||||
<exclude>**/TwoBrokerTopicSendReceiveUsingHttpTest.*</exclude>
|
<exclude>**/TwoBrokerTopicSendReceiveUsingHttpTest.*</exclude>
|
||||||
|
|
||||||
|
<!-- This test only works on machines which have ssh propertly configured -->
|
||||||
|
<exclude>**/SSHTunnelNetworkReconnectTest.*</exclude>
|
||||||
|
|
||||||
</excludes>
|
</excludes>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Reference in New Issue