mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
Update TestXSSFParser.java
This commit is contained in:
parent
4493f3a5d6
commit
6647bc8c8b
@ -24,6 +24,7 @@ import org.apache.poi.openxml4j.exceptions.OLE2NotOfficeXmlFileException;
|
||||
import org.apache.poi.openxml4j.opc.OPCPackage;
|
||||
import org.apache.poi.openxml4j.opc.PackageAccess;
|
||||
import org.apache.poi.xssf.usermodel.XSSFWorkbook;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||
@ -32,6 +33,7 @@ import static org.junit.jupiter.api.Assertions.assertNotNull;
|
||||
import static org.junit.jupiter.api.Assertions.assertThrows;
|
||||
|
||||
public class TestXSSFParser {
|
||||
@Disabled // test passes but causes issues in the poi-integration test run
|
||||
@Test
|
||||
void testXlsx() throws Exception {
|
||||
final File file = HSSFTestDataSamples.getSampleFile("github-321.xlsx");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user