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:
Hiram R. Chirino 2006-07-24 19:51:35 +00:00
parent 94e0dd614a
commit 859caee9d2
1 changed files with 4 additions and 0 deletions

View File

@ -280,6 +280,10 @@
<!-- TODO move to optional module... -->
<exclude>**/TwoBrokerTopicSendReceiveUsingHttpTest.*</exclude>
<!-- This test only works on machines which have ssh propertly configured -->
<exclude>**/SSHTunnelNetworkReconnectTest.*</exclude>
</excludes>
</configuration>
</plugin>