mirror of https://github.com/apache/poi.git
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:
parent
fe79513114
commit
fc78da7405
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue