mirror of https://github.com/apache/activemq.git
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:
parent
83c8c1bd59
commit
23330cf755
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue