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
This commit is contained in:
Dominik Stadler 2015-12-30 20:31:04 +00:00
parent 5a8442a16a
commit b06eaa0d3e
1 changed files with 3 additions and 0 deletions

View File

@ -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>();