]> source.dussan.org Git - poi.git/commitdiff
Exclude file that was modified and now fails with the known limitation of sheet-cloning
authorDominik Stadler <centic@apache.org>
Tue, 12 Apr 2016 06:56:06 +0000 (06:56 +0000)
committerDominik Stadler <centic@apache.org>
Tue, 12 Apr 2016 06:56:06 +0000 (06:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1738704 13f79535-47bb-0310-9956-ffa450edef68

src/integrationtest/org/apache/poi/TestAllFiles.java

index 19b9df3093674550bd68ca877516dc6a9c202491..3012ce1ebe9275db826d3f37712f55ce2dc2df34 100644 (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>();