temporary hack to build to see if the ooxml tests are hanging and breaking all our https://ci-builds.apache.org/ builds for Java 8

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908527 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2023-03-19 20:10:39 +00:00
parent 505be44699
commit c58ff2216f
1 changed files with 2 additions and 0 deletions

View File

@ -266,6 +266,8 @@ artifacts {
}
test {
onlyIf { jdkVersion > 8 } // unfortunately, Java 8 builds on https://ci-builds.apache.org/ are hanging
// for some reason catching the OOM does not work when run from Gradle
exclude '**/MemoryUsage.class'