Browse Source

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
tags/REL_3_14_FINAL
Dominik Stadler 8 years ago
parent
commit
581aba1597
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/integrationtest/org/apache/poi/TestAllFiles.java

+ 3
- 0
src/integrationtest/org/apache/poi/TestAllFiles.java 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>();

Loading…
Cancel
Save