From: Dominik Stadler Date: Tue, 12 Apr 2016 06:56:06 +0000 (+0000) Subject: Exclude file that was modified and now fails with the known limitation of sheet-cloning X-Git-Tag: REL_3_15_BETA2~319 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=01ec1cf6977eb75cfebf3eb2c86bc2ea93ebf176;p=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 --- 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 IGNORED = new HashSet();