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
00c2a85c30
commit
b0a4e1042a
@ -24,7 +24,6 @@ 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;
|
||||
@ -33,7 +32,6 @@ 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