diff options
author | Dominik Stadler <centic@apache.org> | 2021-11-07 15:26:56 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2021-11-07 15:26:56 +0000 |
commit | 62b628f6f3c83a1a7f4750771cbf22511ce588e5 (patch) | |
tree | 1a2167139f2bf661f659c3e380d104f5d6f65b6c /poi-integration/src/test | |
parent | c531f2192f29c0983adcfad41171ff77e385109b (diff) | |
download | poi-62b628f6f3c83a1a7f4750771cbf22511ce588e5.tar.gz poi-62b628f6f3c83a1a7f4750771cbf22511ce588e5.zip |
Add missing exclude for CI run "no-scratchpad"
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894816 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-integration/src/test')
-rw-r--r-- | poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java | 3 |
1 files changed, 2 insertions, 1 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 524ec0a2f2..c584c108d3 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 @@ -86,7 +86,8 @@ public class TestAllFiles { "**/.svn/**", "lost+found", "**/.git/**", - "**/right-to-left.xlsx", + "**/ExternalEntityInText.docx", //the DocType (DTD) declaration causes this to fail + "**/right-to-left.xlsx", //the threaded comments in this file cause XSSF clone to fail "document/word2.doc", "document/cpansearch.perl.org_src_tobyink_acme-rundoc-0.001_word-lib_hello_world.docm", "hpsf/Test0313rur.adm", |