]> source.dussan.org Git - poi.git/commitdiff
ignore a unit test that snuck in. It was created to investigate an open bug report...
authorGreg Woolsey <gwoolsey@apache.org>
Wed, 15 Nov 2017 16:34:14 +0000 (16:34 +0000)
committerGreg Woolsey <gwoolsey@apache.org>
Wed, 15 Nov 2017 16:34:14 +0000 (16:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1815336 13f79535-47bb-0310-9956-ffa450edef68

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

index 0f6107279856e68fcda79dd72666e99945ac2e4b..63a6e3ab41f6f664938bbd199983f59aa5118a7c 100644 (file)
@@ -430,6 +430,7 @@ public final class TestXSSFFormulaEvaluation extends BaseTestFormulaEvaluator {
     }
     
     @Test
+    @Ignore // this is from an open bug/discussion over handling localization for number formats
     public void testBug61495() {
         Workbook wb = XSSFTestDataSamples.openSampleWorkbook("61495-test.xlsm");
         FormulaEvaluator evaluator = wb.getCreationHelper().createFormulaEvaluator();