diff options
author | Dominik Stadler <centic@apache.org> | 2016-04-12 06:56:06 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2016-04-12 06:56:06 +0000 |
commit | 01ec1cf6977eb75cfebf3eb2c86bc2ea93ebf176 (patch) | |
tree | ee9014f654258d9bd8e9d88923b7220a84d4c7f6 /src/integrationtest/org | |
parent | 6d21c71624ef803552eb976510a8ba65b19b956e (diff) | |
download | poi-01ec1cf6977eb75cfebf3eb2c86bc2ea93ebf176.tar.gz poi-01ec1cf6977eb75cfebf3eb2c86bc2ea93ebf176.zip |
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
Diffstat (limited to 'src/integrationtest/org')
-rw-r--r-- | src/integrationtest/org/apache/poi/TestAllFiles.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/integrationtest/org/apache/poi/TestAllFiles.java b/src/integrationtest/org/apache/poi/TestAllFiles.java index 19b9df3093..3012ce1ebe 100644 --- a/src/integrationtest/org/apache/poi/TestAllFiles.java +++ b/src/integrationtest/org/apache/poi/TestAllFiles.java @@ -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>(); |