We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2581fd commit 3b9c0fcCopy full SHA for 3b9c0fc
icu4c/source/test/intltest/dtptngts.cpp
@@ -1368,10 +1368,6 @@ void IntlTestDateTimePatternGeneratorAPI::testJjMapping() {
1368
continue;
1369
}
1370
// Now check that shortPattern and jPattern use the same hour cycle
1371
- if ((uprv_strncmp(localeID, "yue_Hant_CN", 11) == 0)
1372
- && logKnownIssue("CLDR-17979", "Need timeFormats with h for yue_Hant_CN")) {
1373
- continue;
1374
- }
1375
UnicodeString jPatSkeleton = DateTimePatternGenerator::staticGetSkeleton(jPattern, status);
1376
UnicodeString shortPatSkeleton = DateTimePatternGenerator::staticGetSkeleton(shortPattern, status);
1377
if (U_FAILURE(status)) {
0 commit comments