diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-07-22 14:03:14 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-07-22 14:03:14 +0000 |
commit | 32bf52b449633adafc5d9ffe06b307d27dcd4b20 (patch) | |
tree | e8d3fabb6e4e36d1663f18e8a15c2045c19a992d /poi-integration/src/test | |
parent | 0b0df2fe58e033bd413b3a847bbd48ed1b5d52fa (diff) | |
download | poi-32bf52b449633adafc5d9ffe06b307d27dcd4b20.tar.gz poi-32bf52b449633adafc5d9ffe06b307d27dcd4b20.zip |
try to work around issue with getting embedded smart art diagram
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902946 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, 0 insertions, 3 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 7d950f77b8..8c94027459 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,9 +86,6 @@ 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 |