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:
Dominik Stadler 2016-04-12 06:56:06 +00:00
parent 68ac23176f
commit 4010992ac2

View File

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