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/09/25 23:53:05 UTC

svn commit: r449830 - /incubator/activemq/branches/activemq-4.0/activemq-core/pom.xml

Author: chirino
Date: Mon Sep 25 14:53:04 2006
New Revision: 449830

URL: http://svn.apache.org/viewvc?view=rev&rev=449830
Log:
Disabled SSH tests since it depends on the machine having SSH installed

Modified:
    incubator/activemq/branches/activemq-4.0/activemq-core/pom.xml

Modified: incubator/activemq/branches/activemq-4.0/activemq-core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-core/pom.xml?view=diff&rev=449830&r1=449829&r2=449830
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-core/pom.xml (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-core/pom.xml Mon Sep 25 14:53:04 2006
@@ -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>