Author: chirino
Date: Mon Jul 24 12:51:35 2006
New Revision: 425163
URL: http://svn.apache.org/viewvc?rev=425163&view=rev
Log:
The SSH tests only pass on machines that have ssh installed and configured
properly
Modified:
incubator/activemq/trunk/activemq-core/pom.xml
Modified: incubator/activemq/trunk/activemq-core/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-core/pom.xml?rev=425163&r1=425162&r2=425163&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-core/pom.xml (original)
+++ incubator/activemq/trunk/activemq-core/pom.xml Mon Jul 24 12:51:35 2006
@@ -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>