Skip to content

Commit 43f8ad3

Browse files
authored
conversationalDayPeriodsOverride() fails with ICU 78 (#1655)
ICU78's update will cause this test to fail. ICU has merged a follow up fix, which should be available soon. Disable the test for now; will re-enable the test once the fix lands. 166656959
1 parent 0966307 commit 43f8ad3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/FoundationInternationalizationTests/Formatting/ICUPatternGeneratorTests.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import Testing
1919
private struct ICUPatternGeneratorTests {
2020

2121
typealias DateFieldCollection = Date.FormatStyle.DateFieldCollection
22+
#if FIXED_ICU78
2223
@Test func conversationalDayPeriodsOverride() {
2324

2425
var locale: Locale
@@ -253,5 +254,5 @@ private struct ICUPatternGeneratorTests {
253254
expectedPattern: "h:mm:ss a")
254255
}
255256
}
256-
257+
#endif
257258
}

0 commit comments

Comments
 (0)