Skip to content

Commit ef17a3d

Browse files
author
Erik Eckstein
committed
disable TestNSCache test
1 parent 92beea2 commit ef17a3d

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)