From ba6a63aaebd45404d73ca549ce19f91e5b449e6c Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 24 Sep 2019 20:12:06 +0000 Subject: [PATCH] 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 --- src/integrationtest/org/apache/poi/TestAllFiles.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/integrationtest/org/apache/poi/TestAllFiles.java b/src/integrationtest/org/apache/poi/TestAllFiles.java index 1cb87a6552..50bcadf239 100644 --- a/src/integrationtest/org/apache/poi/TestAllFiles.java +++ b/src/integrationtest/org/apache/poi/TestAllFiles.java @@ -276,6 +276,7 @@ public class TestAllFiles { "spreadsheet/CustomXMLMapping-singleattributenamespace.xlsx", "spreadsheet/55864.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()! "spreadsheet/44958.xls", -- 2.39.5