You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by ma...@apache.org on 2017/10/27 09:28:05 UTC

svn commit: r1813491 - /gump/metadata/project/tomcat-tc7.xml

Author: markt
Date: Fri Oct 27 09:28:05 2017
New Revision: 1813491

URL: http://svn.apache.org/viewvc?rev=1813491&view=rev
Log:
Exclude fialing test caused by JVM bug

Modified:
    gump/metadata/project/tomcat-tc7.xml

Modified: gump/metadata/project/tomcat-tc7.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/tomcat-tc7.xml?rev=1813491&r1=1813490&r2=1813491&view=diff
==============================================================================
--- gump/metadata/project/tomcat-tc7.xml (original)
+++ gump/metadata/project/tomcat-tc7.xml Fri Oct 27 09:28:05 2017
@@ -48,6 +48,8 @@
       <property name="tomcat-dbcp.home" project="tomcat-tc7.0.x-dbcp"
          reference="home" />
       <property name="base.path" path="tomcat-build-libs"/>
+      <!-- Temporary exclusion due to bug in Java 8 build 151/152 (fixed for 162 due jan 2018) -->
+      <property name="test.exclude" value="**/TestFlushableGZIPOutputStream.java" />
     </ant>
 
     <depend project="ant" inherit="runtime" />