aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGreg Woolsey <gwoolsey@apache.org>2017-11-15 16:34:14 +0000
committerGreg Woolsey <gwoolsey@apache.org>2017-11-15 16:34:14 +0000
commit8caf25f718d218eaf90415bc8fd0066c85d3cf40 (patch)
tree96f0a37f73c105a973f45b3d14787e341e919138 /src
parent8572d4b71c8a19311459870f2a2ab213020acfd9 (diff)
downloadpoi-8caf25f718d218eaf90415bc8fd0066c85d3cf40.tar.gz
poi-8caf25f718d218eaf90415bc8fd0066c85d3cf40.zip
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
Diffstat (limited to 'src')
-rw-r--r--src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFFormulaEvaluation.java1
1 files changed, 1 insertions, 0 deletions
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();