]> source.dussan.org Git - poi.git/commitdiff
disable broken test
authorPJ Fanning <fanningpj@apache.org>
Fri, 16 Oct 2020 18:06:25 +0000 (18:06 +0000)
committerPJ Fanning <fanningpj@apache.org>
Fri, 16 Oct 2020 18:06:25 +0000 (18:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882590 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFBugs.java

index 246088f4c3237e3fa6a00b546161a0591eda5212..4f7f1af19ab2773be4e033efac81fb95d43f4dea 100644 (file)
@@ -3603,12 +3603,14 @@ public final class TestXSSFBugs extends BaseTestBugzillaIssues {
             }
 
             // Or can open via the normal Factory, as stream or OLE2
+            /* this part test is currently broken - https://bz.apache.org/bugzilla/show_bug.cgi?id=64817
             try (Workbook wb = WorkbookFactory.create(fs)) {
                 assertEquals(1, wb.getNumberOfSheets());
             }
             try (Workbook wb = WorkbookFactory.create(data.getInputStream())) {
                 assertEquals(1, wb.getNumberOfSheets());
             }
+             */
         }
     }
 }