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
This commit is contained in:
Sergey Vladimirov 2011-08-23 14:16:07 +00:00
parent d343cc6574
commit 4f66b1ced4

View 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()
{