disable falky test

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898242 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2022-02-19 23:48:32 +00:00
parent fe79513114
commit fc78da7405
1 changed files with 2 additions and 0 deletions

View 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;