]> source.dussan.org Git - poi.git/commitdiff
do not test ex45698-22488.xls -- requires too much memory
authorSergey Vladimirov <sergey@apache.org>
Tue, 23 Aug 2011 14:16:07 +0000 (14:16 +0000)
committerSergey Vladimirov <sergey@apache.org>
Tue, 23 Aug 2011 14:16:07 +0000 (14:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1160703 13f79535-47bb-0310-9956-ffa450edef68

src/scratchpad/testcases/org/apache/poi/hssf/converter/TestExcelToHtmlConverterSuite.java

index 673998137eb0090a3ed321b742141c2236bc0860..5454703b372ea97b0d50a94e724e39099a0b6c6b 100644 (file)
@@ -41,7 +41,9 @@ public class TestExcelToHtmlConverterSuite
     /**
      * YK: a quick hack to exclude failing documents from the suite.
      */
-    private static List<String> failingFiles = Arrays.asList();
+    private static List<String> failingFiles = Arrays.asList( //
+            /* not failing, but requires more memory */
+            "ex45698-22488.xls" );
 
     public static Test suite()
     {