From: Sergey Vladimirov Date: Tue, 23 Aug 2011 14:16:07 +0000 (+0000) Subject: do not test ex45698-22488.xls -- requires too much memory X-Git-Tag: REL_3_8_BETA5~217 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=16e9e11493c64414e81713d1f92cf19051ee1acd;p=poi.git do not test ex45698-22488.xls -- requires too much memory git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1160703 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/scratchpad/testcases/org/apache/poi/hssf/converter/TestExcelToHtmlConverterSuite.java b/src/scratchpad/testcases/org/apache/poi/hssf/converter/TestExcelToHtmlConverterSuite.java index 673998137e..5454703b37 100644 --- a/src/scratchpad/testcases/org/apache/poi/hssf/converter/TestExcelToHtmlConverterSuite.java +++ b/src/scratchpad/testcases/org/apache/poi/hssf/converter/TestExcelToHtmlConverterSuite.java @@ -41,7 +41,9 @@ public class TestExcelToHtmlConverterSuite /** * YK: a quick hack to exclude failing documents from the suite. */ - private static List failingFiles = Arrays.asList(); + private static List failingFiles = Arrays.asList( // + /* not failing, but requires more memory */ + "ex45698-22488.xls" ); public static Test suite() {