diff options
Diffstat (limited to 'poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java')
-rw-r--r-- | poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java b/poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java index 2f8ba9aafa..2767ca9f72 100644 --- a/poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java +++ b/poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java @@ -97,11 +97,8 @@ public class TestAllFiles { "poifs/60320-protected.xlsx", "poifs/protected_sha512.xlsx", - // corrupt file - "document/unicode-path.docx", - "spreadsheet/duplicate-filename.xlsx", - "spreadsheet/duplicate-filename-case-insensitive.xlsx", - "document/clusterfuzz-testcase-minimized-POIXWPFFuzzer-5166796835258368.docx", + // NOTE: Expected failures should usually be added in file "stress.xls" instead + // of being listed here in order to also verify the expected exception details! }; // cheap workaround of skipping the few problematic files |