mirror of https://github.com/apache/poi.git
Exclude more broken files when running without poi-scratchpad
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1912122 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9f4c5b8e45
commit
186e91790a
|
@ -119,6 +119,14 @@ public class TestAllFiles {
|
|||
"spreadsheet/testEXCEL_3.xls",
|
||||
"spreadsheet/testEXCEL_4.xls",
|
||||
"poifs/unknown_properties.msg",
|
||||
"publisher/clusterfuzz-testcase-minimized-POIHPBFFuzzer-4701121678278656.pub",
|
||||
"hsmf/clusterfuzz-testcase-minimized-POIHSMFFuzzer-4848576776503296.msg",
|
||||
"hsmf/clusterfuzz-testcase-minimized-POIHSMFFuzzer-5336473854148608.msg",
|
||||
"slideshow/clusterfuzz-testcase-minimized-POIHSLFFuzzer-6416153805979648.ppt",
|
||||
"slideshow/clusterfuzz-testcase-minimized-POIHSLFFuzzer-6710128412590080.ppt",
|
||||
"publisher/clusterfuzz-testcase-minimized-POIHPBFFuzzer-4701121678278656.pub",
|
||||
"spreadsheet/clusterfuzz-testcase-minimized-POIHSSFFuzzer-5285517825277952.xls",
|
||||
"spreadsheet/clusterfuzz-testcase-minimized-POIHSSFFuzzer-6322470200934400.xls",
|
||||
|
||||
// exclude files failing on windows nodes, because of limited JCE policies
|
||||
"document/bug53475-password-is-pass.docx",
|
||||
|
|
Loading…
Reference in New Issue