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
This commit is contained in:
Greg Woolsey 2017-11-15 16:34:14 +00:00
parent 8572d4b71c
commit 8caf25f718
1 changed files with 1 additions and 0 deletions

View 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();