From 01ec1cf6977eb75cfebf3eb2c86bc2ea93ebf176 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Tue, 12 Apr 2016 06:56:06 +0000 Subject: [PATCH] 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 --- src/integrationtest/org/apache/poi/TestAllFiles.java | 1 + 1 file changed, 1 insertion(+) 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(); -- 2.39.5