aboutsummaryrefslogtreecommitdiffstats
path: root/poi-scratchpad
diff options
context:
space:
mode:
Diffstat (limited to 'poi-scratchpad')
-rw-r--r--poi-scratchpad/src/test/java/org/apache/poi/hssf/converter/TestExcelConverterSuite.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/poi-scratchpad/src/test/java/org/apache/poi/hssf/converter/TestExcelConverterSuite.java b/poi-scratchpad/src/test/java/org/apache/poi/hssf/converter/TestExcelConverterSuite.java
index 980e1298b8..45c75ffc87 100644
--- a/poi-scratchpad/src/test/java/org/apache/poi/hssf/converter/TestExcelConverterSuite.java
+++ b/poi-scratchpad/src/test/java/org/apache/poi/hssf/converter/TestExcelConverterSuite.java
@@ -46,7 +46,8 @@ public class TestExcelConverterSuite {
// not failing, but requires more memory
"ex45698-22488.xls",
// broken documents
- "clusterfuzz-testcase-minimized-POIHSSFFuzzer-5436547081830400.xls"
+ "clusterfuzz-testcase-minimized-POIHSSFFuzzer-5436547081830400.xls",
+ "clusterfuzz-testcase-minimized-POIHSSFFuzzer-4657005060816896.xls"
);
public static Stream<Arguments> files() {