Disabled SSH tests since it depends on the machine having SSH installed

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/branches/activemq-4.0@449830 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2006-09-25 21:53:04 +00:00
parent 83c8c1bd59
commit 23330cf755
1 changed files with 3 additions and 0 deletions

View File

@ -254,6 +254,9 @@
<!-- this one is a little flaky and can fail on some platforms randomly -->
<exclude>**/QuickJournalRecoveryBrokerTest.*</exclude>
<exclude>**/RendezvousDiscoverTransportTest.*</exclude>
<!-- This test depends on SSH being installed on the machine for it to pass -->
<exclude>**/SSHTunnelNetworkReconnectTest.*</exclude>
</excludes>
</configuration>
</plugin>