aboutsummaryrefslogtreecommitdiffstats
path: root/src/integrationtest/org
diff options
context:
space:
mode:
Diffstat (limited to 'src/integrationtest/org')
-rw-r--r--src/integrationtest/org/apache/poi/stress/XSSFBFileHandler.java7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/integrationtest/org/apache/poi/stress/XSSFBFileHandler.java b/src/integrationtest/org/apache/poi/stress/XSSFBFileHandler.java
index 52691de9a0..02c5193d40 100644
--- a/src/integrationtest/org/apache/poi/stress/XSSFBFileHandler.java
+++ b/src/integrationtest/org/apache/poi/stress/XSSFBFileHandler.java
@@ -32,11 +32,8 @@ import org.apache.poi.xssf.usermodel.XSSFWorkbook;
public class XSSFBFileHandler extends AbstractFileHandler {
static {
- //this is a "Beta" xlsb version and is not openable with Excel 2016
- //TODO: see if we can support this easily enough
- AbstractFileHandler.EXPECTED_EXTRACTOR_FAILURES.add(
- "spreadsheet/Simple.xlsb"
- );
+ //add expected failures here:
+// AbstractFileHandler.EXPECTED_EXTRACTOR_FAILURES.add("spreadsheet/Simple.xlsb");
}
@Override