ICU-13788 Disabling failing RBNF parse test; to be addressed in #13793

X-SVN-Rev: 41445
This commit is contained in:
Shane Carr 2018-05-24 03:36:42 +00:00
parent b1566cea43
commit 68b2d740d6

View File

@ -11,6 +11,7 @@ package com.ibm.icu.dev.test.format;
import java.text.ParseException;
import java.util.Locale;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;
@ -128,6 +129,7 @@ public class RBNFParseTest extends TestFmwk {
}
@Test
@Ignore("http://bugs.icu-project.org/trac/ticket/13793")
public void TestLenientParse() throws Exception {
RuleBasedNumberFormat rbnf_en, rbnf_fr;