From 373d30cdf698b2202d6b2b2ed68447ca428ea90e Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Sat, 22 Jan 2022 10:47:24 +0000 Subject: Exclude one more file when running tests without poi-scratchpad git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897334 13f79535-47bb-0310-9956-ffa450edef68 --- poi-integration/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 39192fb331..ae80fe097a 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 @@ -90,6 +90,7 @@ public class TestAllFiles { "**/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", + "document/Fuzzed.doc", "hpsf/Test0313rur.adm", "spreadsheet/43493.xls", "spreadsheet/44958.xls", @@ -100,7 +101,7 @@ public class TestAllFiles { "spreadsheet/testArraysAndTables.xls", "spreadsheet/testEXCEL_3.xls", "spreadsheet/testEXCEL_4.xls", - "poifs/unknown_properties.msg" + "poifs/unknown_properties.msg", }; private static final Set EXPECTED_FAILURES = StressTestUtils.unmodifiableHashSet( -- cgit v1.2.3