Skip to content

Commit

Permalink
ICU-22922 Integrate CLDR 46.1 beta1 to ICU main, part 3: ICU code/tes…
Browse files Browse the repository at this point in the history
…t mods
  • Loading branch information
pedberg-icu committed Dec 9, 2024
1 parent e2581fd commit 3b9c0fc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions icu4c/source/test/intltest/dtptngts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1368,10 +1368,6 @@ void IntlTestDateTimePatternGeneratorAPI::testJjMapping() {
continue;
}
// Now check that shortPattern and jPattern use the same hour cycle
if ((uprv_strncmp(localeID, "yue_Hant_CN", 11) == 0)
&& logKnownIssue("CLDR-17979", "Need timeFormats with h for yue_Hant_CN")) {
continue;
}
UnicodeString jPatSkeleton = DateTimePatternGenerator::staticGetSkeleton(jPattern, status);
UnicodeString shortPatSkeleton = DateTimePatternGenerator::staticGetSkeleton(shortPattern, status);
if (U_FAILURE(status)) {
Expand Down

0 comments on commit 3b9c0fc

Please sign in to comment.