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 2446d78 commit 87dacb2Copy full SHA for 87dacb2
TestFoundation/TestNSTimeZone.swift
@@ -25,7 +25,8 @@ class TestNSTimeZone: XCTestCase {
25
26
var allTests : [(String, () -> Void)] {
27
return [
28
- ("test_abbreviation", test_abbreviation),
+ // Disabled see https://bugs.swift.org/browse/SR-300
29
+ // ("test_abbreviation", test_abbreviation),
30
("test_initializingTimeZoneWithOffset", test_initializingTimeZoneWithOffset),
31
("test_systemTimeZoneUsesSystemTime", test_systemTimeZoneUsesSystemTime),
32
]
0 commit comments