This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/poi.git


The following commit(s) were added to refs/heads/trunk by this push:
     new b0a4e1042a Update TestXSSFParser.java
b0a4e1042a is described below

commit b0a4e1042a5d7c3978323bf6fb0a951a05e48162
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Aug 28 15:41:20 2025 +0100

    Update TestXSSFParser.java
---
 poi-ooxml/src/test/java/org/apache/poi/xssf/TestXSSFParser.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/poi-ooxml/src/test/java/org/apache/poi/xssf/TestXSSFParser.java 
b/poi-ooxml/src/test/java/org/apache/poi/xssf/TestXSSFParser.java
index fa76173a43..8980782d11 100644
--- a/poi-ooxml/src/test/java/org/apache/poi/xssf/TestXSSFParser.java
+++ b/poi-ooxml/src/test/java/org/apache/poi/xssf/TestXSSFParser.java
@@ -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");


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to