]> source.dussan.org Git - poi.git/commitdiff
Exclude some test-suites in build.gradle to not execute tests multiple times
authorDominik Stadler <centic@apache.org>
Thu, 23 Aug 2018 20:23:30 +0000 (20:23 +0000)
committerDominik Stadler <centic@apache.org>
Thu, 23 Aug 2018 20:23:30 +0000 (20:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1838765 13f79535-47bb-0310-9956-ffa450edef68

build.gradle

index ed3c55224b46a54f534f1ed2144de2d5094ff8d3..79f7d90629ad9eac0d773dba575ad09af34e276b 100644 (file)
@@ -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"