]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/tzfmttst.cpp
ICU-64232.0.1.tar.gz
[apple/icu.git] / icuSources / test / intltest / tzfmttst.cpp
index a2194c76809d2f5aaa3a5a098e51c5045c3c9e54..46a640ae68823eff79e8890962416e8f9d6044f4 100644 (file)
@@ -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);