You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2006/07/24 21:51:36 UTC

svn commit: r425163 - /incubator/activemq/trunk/activemq-core/pom.xml

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>