Exclude file that was modified and now fails with the known limitation of sheet-cloning
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1738704 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
68ac23176f
commit
4010992ac2
@ -280,6 +280,7 @@ public class TestAllFiles {
|
||||
EXPECTED_FAILURES.add("spreadsheet/OddStyleRecord.xls");
|
||||
EXPECTED_FAILURES.add("spreadsheet/WithChartSheet.xlsx");
|
||||
EXPECTED_FAILURES.add("spreadsheet/chart_sheet.xlsx");
|
||||
EXPECTED_FAILURES.add("spreadsheet/SimpleScatterChart.xlsx");
|
||||
}
|
||||
|
||||
private static final Set<String> IGNORED = new HashSet<String>();
|
||||
|
Loading…
Reference in New Issue
Block a user