mirror of https://github.com/apache/poi.git
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
6d21c71624
commit
01ec1cf697
|
@ -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