From c3f415d8e78804ecd63b99f137b5a747ee7b77e3 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Fri, 22 Jul 2022 11:41:31 +0000 Subject: 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 --- poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'poi-integration') 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 -- cgit v1.2.3