You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by de...@apache.org on 2009/05/28 12:45:47 UTC

svn commit: r779556 - /activemq/trunk/activemq-core/pom.xml

Author: dejanb
Date: Thu May 28 10:45:47 2009
New Revision: 779556

URL: http://svn.apache.org/viewvc?rev=779556&view=rev
Log:
reopen https://issues.apache.org/activemq/browse/AMQ-1936 - excluded test case as it hangs on some linux machines ... needs to be ivestigated further

Modified:
    activemq/trunk/activemq-core/pom.xml

Modified: activemq/trunk/activemq-core/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/pom.xml?rev=779556&r1=779555&r2=779556&view=diff
==============================================================================
--- activemq/trunk/activemq-core/pom.xml (original)
+++ activemq/trunk/activemq-core/pom.xml Thu May 28 10:45:47 2009
@@ -471,6 +471,7 @@
              
 
             <exclude>**/AMQDeadlockTest3.*</exclude>
+            <exclude>**/AMQ1936Test.*</exclude>
           </excludes>
         </configuration>
       </plugin>