Update TestXSSFParser.java

This commit is contained in:
PJ Fanning 2025-08-28 14:43:15 +01:00
parent 4493f3a5d6
commit 6647bc8c8b

View File

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