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:
parent
d343cc6574
commit
4f66b1ced4
@ -41,7 +41,9 @@ public class TestExcelToHtmlConverterSuite
|
|||||||
/**
|
/**
|
||||||
* YK: a quick hack to exclude failing documents from the suite.
|
* 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()
|
public static Test suite()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user