From 16e9e11493c64414e81713d1f92cf19051ee1acd Mon Sep 17 00:00:00 2001 From: Sergey Vladimirov Date: Tue, 23 Aug 2011 14:16:07 +0000 Subject: [PATCH] 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 --- .../poi/hssf/converter/TestExcelToHtmlConverterSuite.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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() { -- 2.39.5