diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-07-22 11:41:31 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-07-22 11:41:31 +0000 |
commit | c3f415d8e78804ecd63b99f137b5a747ee7b77e3 (patch) | |
tree | 2916815eb4f520cab9334d00201364ebeb557904 /poi-integration | |
parent | 10da475b7a05f18291c674ab9cd86a62904845fb (diff) | |
download | poi-c3f415d8e78804ecd63b99f137b5a747ee7b77e3.tar.gz poi-c3f415d8e78804ecd63b99f137b5a747ee7b77e3.zip |
temporarily exclude new file from poi-integration test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902942 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 8c94027459..7d950f77b8 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,6 +86,9 @@ public class TestAllFiles { "poifs/protected_sha512.xlsx", "poifs/60320-protected.xlsx", "poifs/protected_sha512.xlsx", + + // exclude to https://bz.apache.org/bugzilla/show_bug.cgi?id=66176#c2 + "slideshow/smartart-simple.pptx", }; // cheap workaround of skipping the few problematic files |