aboutsummaryrefslogtreecommitdiffstats
path: root/src/integrationtest
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2015-12-30 20:31:04 +0000
committerDominik Stadler <centic@apache.org>2015-12-30 20:31:04 +0000
commit581aba159709e313fa7e9ede880a661107740f7d (patch)
tree54df9611177dcb60fb3df7d95dc8136b44820ecb /src/integrationtest
parentc4238eed24449766130499dabf1721ebbbe4449e (diff)
downloadpoi-581aba159709e313fa7e9ede880a661107740f7d.tar.gz
poi-581aba159709e313fa7e9ede880a661107740f7d.zip
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
Diffstat (limited to 'src/integrationtest')
-rw-r--r--src/integrationtest/org/apache/poi/TestAllFiles.java3
1 files changed, 3 insertions, 0 deletions
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<String> IGNORED = new HashSet<String>();