X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/249c4c5ea9376c24572daf9c2effa7484a282f14..3d1f044b704633e2e541231cd17ae9ecf9ad5c7a:/icuSources/test/intltest/tzfmttst.cpp diff --git a/icuSources/test/intltest/tzfmttst.cpp b/icuSources/test/intltest/tzfmttst.cpp index a2194c76..46a640ae 100644 --- a/icuSources/test/intltest/tzfmttst.cpp +++ b/icuSources/test/intltest/tzfmttst.cpp @@ -606,12 +606,6 @@ void TimeZoneFormatTest::RunTimeRoundTripTests(int32_t threadNumber) { && logKnownIssue("11052", "Ambiguous zone name - Samoa Time")) { continue; } - // skip some zone/format combinations until we have a metazone for them and/or - // better fallback zone formatting... - if ((*tzid == "America/Punta_Arenas" || *tzid == "Antarctica/Palmer") && - uprv_strcmp(PATTERNS[patidx], "zzzz") == 0) { - continue; - } BasicTimeZone *tz = (BasicTimeZone*) TimeZone::createTimeZone(*tzid); sdf->setTimeZone(*tz);