From: Greg Woolsey Date: Wed, 15 Nov 2017 16:34:14 +0000 (+0000) Subject: ignore a unit test that snuck in. It was created to investigate an open bug report... X-Git-Tag: REL_4_0_0_FINAL~363 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8caf25f718d218eaf90415bc8fd0066c85d3cf40;p=poi.git ignore a unit test that snuck in. It was created to investigate an open bug report. It fails, as expected, which broke the build. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1815336 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFFormulaEvaluation.java b/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFFormulaEvaluation.java index 0f61072798..63a6e3ab41 100644 --- a/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFFormulaEvaluation.java +++ b/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFFormulaEvaluation.java @@ -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();