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/01/23 18:18:41 UTC

svn commit: r371600 - /incubator/activemq/trunk/activemq-core/project.xml

Author: chirino
Date: Mon Jan 23 09:18:33 2006
New Revision: 371600

URL: http://svn.apache.org/viewcvs?rev=371600&view=rev
Log:
Disabling StompTest see https://jira.logicblaze.com/jira/browse/AMQ-502

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

Modified: incubator/activemq/trunk/activemq-core/project.xml
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/project.xml?rev=371600&r1=371599&r2=371600&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-core/project.xml (original)
+++ incubator/activemq/trunk/activemq-core/project.xml Mon Jan 23 09:18:33 2006
@@ -346,6 +346,9 @@
                 <exclude>**/ItStillMarshallsTheSameTest.*</exclude>
                 <exclude>**/QueueBridgeTest.*</exclude>
 
+		<!-- https://jira.logicblaze.com/jira/browse/AMQ-502 -->
+                <exclude>**/StompTest.*</exclude>
+
             </excludes>
         </unitTest>
         <resources>