Skip to content

Commit 87dacb2

Browse files
committed
Disable NSTimeZone test since it is failing on CI
1 parent 2446d78 commit 87dacb2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

TestFoundation/TestNSTimeZone.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ class TestNSTimeZone: XCTestCase {
2525

2626
var allTests : [(String, () -> Void)] {
2727
return [
28-
("test_abbreviation", test_abbreviation),
28+
// Disabled see https://bugs.swift.org/browse/SR-300
29+
// ("test_abbreviation", test_abbreviation),
2930
("test_initializingTimeZoneWithOffset", test_initializingTimeZoneWithOffset),
3031
("test_systemTimeZoneUsesSystemTime", test_systemTimeZoneUsesSystemTime),
3132
]

0 commit comments

Comments
 (0)