You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oh...@apache.org on 2013/10/14 22:29:04 UTC

svn commit: r1532074 - /commons/proper/beanutils/branches/java5/pom.xml

Author: oheger
Date: Mon Oct 14 20:29:04 2013
New Revision: 1532074

URL: http://svn.apache.org/r1532074
Log:
Temporarily disabled long-running test case.

When doing Java 5-related changes it makes sense to run tests frequently. This
is no fun if this special test takes so long.

Modified:
    commons/proper/beanutils/branches/java5/pom.xml

Modified: commons/proper/beanutils/branches/java5/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/beanutils/branches/java5/pom.xml?rev=1532074&r1=1532073&r2=1532074&view=diff
==============================================================================
--- commons/proper/beanutils/branches/java5/pom.xml (original)
+++ commons/proper/beanutils/branches/java5/pom.xml Mon Oct 14 20:29:04 2013
@@ -308,6 +308,8 @@
                   -  so we will just exclude it until someone comes up with a solution.
                 -->
                 <exclude>**/*MemoryTestCase.java</exclude>
+                <!-- Temporarily disabled long-running test case -->
+                <exclude>**/MemoryLeakTestCase.java</exclude>
               </excludes>
 
               <!-- Configure Logging -->