You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2014/01/17 02:16:35 UTC

svn commit: r1558972 - /commons/proper/jcs/trunk/pom.xml

Author: sebb
Date: Fri Jan 17 01:16:35 2014
New Revision: 1558972

URL: http://svn.apache.org/r1558972
Log:
Disable hanging test

Modified:
    commons/proper/jcs/trunk/pom.xml

Modified: commons/proper/jcs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/pom.xml?rev=1558972&r1=1558971&r2=1558972&view=diff
==============================================================================
--- commons/proper/jcs/trunk/pom.xml (original)
+++ commons/proper/jcs/trunk/pom.xml Fri Jan 17 01:16:35 2014
@@ -238,6 +238,8 @@
                 <exclude>**/IndexedDiskCacheOptimizationUnitTest.java</exclude>
                 <exclude>**/TestTCPLateralUnitTest.java</exclude>
                 <exclude>**/UDPDiscoveryUnitTest.java</exclude>
+                <!-- Causes hang in Continuum -->
+                <exclude>**/UDPDiscoverySenderUnitTest.java</exclude>
                 <!-- The ones that fail may be different for you. -->
                 <!-- <exclude>**/JDBCDiskCacheRemovalUnitTest.java</exclude> -->
                 <!-- <exclude>**/JDBCDiskCacheUnitTest.java</exclude> -->