xlsx is expected to fail in integration test

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1867493 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2019-09-24 20:12:06 +00:00
parent 06f28db213
commit ba6a63aaeb

View File

@ -276,6 +276,7 @@ public class TestAllFiles {
"spreadsheet/CustomXMLMapping-singleattributenamespace.xlsx", "spreadsheet/CustomXMLMapping-singleattributenamespace.xlsx",
"spreadsheet/55864.xlsx", "spreadsheet/55864.xlsx",
"spreadsheet/57890.xlsx", "spreadsheet/57890.xlsx",
"spreadsheet/xxe_in_schema.xlsx",
// TODO: these fail now with some NPE/file read error because we now try to compute every value via Cell.toString()! // TODO: these fail now with some NPE/file read error because we now try to compute every value via Cell.toString()!
"spreadsheet/44958.xls", "spreadsheet/44958.xls",