You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2018/08/23 20:23:30 UTC

svn commit: r1838765 - /poi/trunk/build.gradle

Author: centic
Date: Thu Aug 23 20:23:30 2018
New Revision: 1838765

URL: http://svn.apache.org/viewvc?rev=1838765&view=rev
Log:
Exclude some test-suites in build.gradle to not execute tests multiple times

Modified:
    poi/trunk/build.gradle

Modified: poi/trunk/build.gradle
URL: http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1838765&r1=1838764&r2=1838765&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Thu Aug 23 20:23:30 2018
@@ -121,6 +121,10 @@ subprojects {
         exclude '**/TestUnfixedBugs.class'
         exclude '**/TestOneFile.class'
 
+        // Exclude Test Suites
+        exclude '**/All*Tests.class'
+        exclude '**/HSSFTests.class'
+
         // set heap size for the test JVM(s)
         minHeapSize = "128m"
         maxHeapSize = "768m"



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org