mirror of https://github.com/apache/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
This commit is contained in:
parent
8572d4b71c
commit
8caf25f718
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue