From b06eaa0d3e57f9e4d5940a5c52af1df1bdf185a8 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Wed, 30 Dec 2015 20:31:04 +0000 Subject: [PATCH] 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 --- src/integrationtest/org/apache/poi/TestAllFiles.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/integrationtest/org/apache/poi/TestAllFiles.java b/src/integrationtest/org/apache/poi/TestAllFiles.java index 9348c0593..bd77c3a2d 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();