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 edf34ca commit 506b108Copy full SHA for 506b108
TestFoundation/TestNumberFormatter.swift
@@ -38,7 +38,7 @@ class TestNumberFormatter: XCTestCase {
38
("test_scientificMinimumIntegerDigits", test_scientificMinimumIntegerDigits),
39
("test_spellOutMinimumIntegerDigits", test_spellOutMinimumIntegerDigits),
40
("test_ordinalMinimumIntegerDigits", test_ordinalMinimumIntegerDigits),
41
- ("test_currencyPluralMinimumIntegerDigits", test_currencyPluralMinimumIntegerDigits),
+ // XFAIL: breaks on Ubuntu 14.04 probably ICU - ("test_currencyPluralMinimumIntegerDigits", test_currencyPluralMinimumIntegerDigits),
42
("test_currencyISOCodeMinimumIntegerDigits", test_currencyISOCodeMinimumIntegerDigits),
43
("test_currencyAccountingMinimumIntegerDigits", test_currencyAccountingMinimumIntegerDigits),
44
("test_maximumIntegerDigits", test_maximumIntegerDigits),
0 commit comments