From: Dominik Stadler Date: Wed, 30 Dec 2015 20:31:04 +0000 (+0000) Subject: Exclude file from integration-tests until bug 58760 is fixed X-Git-Tag: REL_3_14_FINAL~136 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=581aba159709e313fa7e9ede880a661107740f7d;p=poi.git Exclude file from integration-tests until bug 58760 is fixed git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722405 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/integrationtest/org/apache/poi/TestAllFiles.java b/src/integrationtest/org/apache/poi/TestAllFiles.java index 9348c0593a..bd77c3a2d1 100644 --- a/src/integrationtest/org/apache/poi/TestAllFiles.java +++ b/src/integrationtest/org/apache/poi/TestAllFiles.java @@ -252,6 +252,9 @@ public class TestAllFiles { // non-TNEF files EXPECTED_FAILURES.add("ddf/Container.dat"); EXPECTED_FAILURES.add("ddf/47143.dat"); + + // will be fixed as part of bug 58760 + EXPECTED_FAILURES.add("spreadsheet/58760.xlsx"); } private static final Set IGNORED = new HashSet();