Exclude some test-suites in build.gradle to not execute tests multiple times
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1838765 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d351a24e5c
commit
301832620b
@ -121,6 +121,10 @@ subprojects {
|
|||||||
exclude '**/TestUnfixedBugs.class'
|
exclude '**/TestUnfixedBugs.class'
|
||||||
exclude '**/TestOneFile.class'
|
exclude '**/TestOneFile.class'
|
||||||
|
|
||||||
|
// Exclude Test Suites
|
||||||
|
exclude '**/All*Tests.class'
|
||||||
|
exclude '**/HSSFTests.class'
|
||||||
|
|
||||||
// set heap size for the test JVM(s)
|
// set heap size for the test JVM(s)
|
||||||
minHeapSize = "128m"
|
minHeapSize = "128m"
|
||||||
maxHeapSize = "768m"
|
maxHeapSize = "768m"
|
||||||
|
Loading…
Reference in New Issue
Block a user