Update TestXSSFParser.java

This commit is contained in:
PJ Fanning 2025-08-28 15:41:20 +01:00
parent 00c2a85c30
commit b0a4e1042a

View File

@ -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");