From 62b628f6f3c83a1a7f4750771cbf22511ce588e5 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Sun, 7 Nov 2021 15:26:56 +0000 Subject: [PATCH] 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 --- .../src/test/java/org/apache/poi/stress/TestAllFiles.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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", -- 2.39.5