]> source.dussan.org Git - poi.git/commitdiff
disable falky test
authorPJ Fanning <fanningpj@apache.org>
Sat, 19 Feb 2022 23:48:32 +0000 (23:48 +0000)
committerPJ Fanning <fanningpj@apache.org>
Sat, 19 Feb 2022 23:48:32 +0000 (23:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898242 13f79535-47bb-0310-9956-ffa450edef68

poi-ooxml/src/test/java/org/apache/poi/ooxml/TestPOIXMLDocument.java

index ca4d10a135bd9567a7847ed47f7a3acc96f2a349..06cadf6c0f25d6674b603902318fa945ff17e471 100644 (file)
@@ -50,6 +50,7 @@ import org.apache.poi.util.TempFile;
 import org.apache.poi.xslf.usermodel.XMLSlideShow;
 import org.apache.poi.xssf.usermodel.XSSFRelation;
 import org.apache.poi.xwpf.usermodel.XWPFRelation;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 import org.junit.jupiter.api.function.Executable;
 
@@ -295,6 +296,7 @@ public final class TestPOIXMLDocument {
         }
     }
 
+    @Disabled("needs investigation")
     @Test
     void testOSGIClassLoading() throws IOException {
         byte[] data;