diff options
author | Dominik Stadler <centic@apache.org> | 2023-09-06 07:46:58 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2023-09-06 07:46:58 +0000 |
commit | 35901849f13dc8f7c546f06d811ceb423ef9f6e0 (patch) | |
tree | 9c9b7aec847494eff0d6ef708f15369fdf013039 /poi-integration | |
parent | 186e91790a1bf872a93793312e35966008dc5c51 (diff) | |
download | poi-35901849f13dc8f7c546f06d811ceb423ef9f6e0.tar.gz poi-35901849f13dc8f7c546f06d811ceb423ef9f6e0.zip |
Exclude more broken files when running without poi-scratchpad
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1912123 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-integration')
-rw-r--r-- | poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java | 3 |
1 files changed, 3 insertions, 0 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 5e787f561a..aa40804762 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 @@ -127,6 +127,9 @@ public class TestAllFiles { "publisher/clusterfuzz-testcase-minimized-POIHPBFFuzzer-4701121678278656.pub", "spreadsheet/clusterfuzz-testcase-minimized-POIHSSFFuzzer-5285517825277952.xls", "spreadsheet/clusterfuzz-testcase-minimized-POIHSSFFuzzer-6322470200934400.xls", + "document/clusterfuzz-testcase-minimized-POIHWPFFuzzer-5418937293340672.doc", + "document/clusterfuzz-testcase-minimized-POIHWPFFuzzer-5440721166139392.doc", + "diagram/clusterfuzz-testcase-minimized-POIHDGFFuzzer-5947849161179136.vsd", // exclude files failing on windows nodes, because of limited JCE policies "document/bug53475-password-is-pass.docx", |