mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
Ignore OOM test for now, somehow catching Exceptions does not work when run on Gradle
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1876143 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0174c4df27
commit
af890fba13
@ -275,6 +275,11 @@ project('ooxml') {
|
||||
}
|
||||
|
||||
japicmp.baseline = "org.apache.poi:poi:${japicmpversion}@jar"
|
||||
|
||||
test {
|
||||
// for some reason catching the OOM does not work when run from Gradle
|
||||
exclude '**/MemoryUsage.class'
|
||||
}
|
||||
}
|
||||
|
||||
project('examples') {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user