Author: foconer
Date: Thu Mar 16 02:05:52 2006
New Revision: 386303
URL: http://svn.apache.org/viewcvs?rev=386303&view=rev
Log:
Commented out HttpsTransportBrokerTest.java because it hangs.
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=386303&r1=386302&r2=386303&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-optional/project.xml (original)
+++ incubator/activemq/trunk/activemq-optional/project.xml Thu Mar 16 02:05:52 2006
@@ -192,6 +192,9 @@
</includes>
<excludes>
+ <!-- http://jira.activemq.org/jira/browse/AMQ-631 -->
+ <exclude>**/HttpsTransportBrokerTest.*</exclude>
+
<!-- http://jira.activemq.org/jira/browse/AMQ-629 -->
<exclude>**/SslTransportBrokerTest.*</exclude>
|