Skip to content

Commit d3f92b7

Browse files
authored
Merge pull request #1465 from eeckstein/disable-ft
disable TestNSCache test
2 parents 92beea2 + ef17a3d commit d3f92b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TestFoundation/TestNSCache.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class TestNSCache : XCTestCase {
2020
static var allTests: [(String, (TestNSCache) -> () throws -> Void)] {
2121
return [
2222
("test_setWithUnmutableKeys", test_setWithUnmutableKeys),
23-
("test_setWithMutableKeys", test_setWithMutableKeys),
23+
// FIXME: https://bugs.swift.org/browse/SR-7161 ("test_setWithMutableKeys", test_setWithMutableKeys),
2424
("test_costLimit", test_costLimit),
2525
("test_countLimit", test_countLimit),
2626
("test_hashableKey", test_hashableKey),

0 commit comments

Comments
 (0)