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/03/21 17:17:13 UTC

svn commit: r387571 - /incubator/activemq/trunk/activemq-optional/project.xml

Author: chirino
Date: Tue Mar 21 08:17:11 2006
New Revision: 387571

URL: http://svn.apache.org/viewcvs?rev=387571&view=rev
Log:
Disabling the HTTP tests for now since they doing reliably pass for me

Modified:
    incubator/activemq/trunk/activemq-optional/project.xml

Modified: incubator/activemq/trunk/activemq-optional/project.xml
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-optional/project.xml?rev=387571&r1=387570&r2=387571&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-optional/project.xml (original)
+++ incubator/activemq/trunk/activemq-optional/project.xml Tue Mar 21 08:17:11 2006
@@ -196,6 +196,9 @@
         <exclude>**/HttpsTransportBrokerTest.*</exclude>
         <exclude>**/HttpTransportBrokerTest.*</exclude>
 
+        <exclude>**/Http*Test.*</exclude>
+        <exclude>**/Ssl*Test.*</exclude>
+
       </excludes>
     </unitTest>