]> source.dussan.org Git - poi.git/commitdiff
Exclude file from integration-tests until bug 58760 is fixed
authorDominik Stadler <centic@apache.org>
Wed, 30 Dec 2015 20:31:04 +0000 (20:31 +0000)
committerDominik Stadler <centic@apache.org>
Wed, 30 Dec 2015 20:31:04 +0000 (20:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722405 13f79535-47bb-0310-9956-ffa450edef68

src/integrationtest/org/apache/poi/TestAllFiles.java

index 9348c0593a9fc757238816cffe05d4f4f1c9474c..bd77c3a2d18f3928cf66f3e899cf004ed7ffbf40 100644 (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>();