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.
2 parents 92beea2 + ef17a3d commit d3f92b7Copy full SHA for d3f92b7
TestFoundation/TestNSCache.swift
@@ -20,7 +20,7 @@ class TestNSCache : XCTestCase {
20
static var allTests: [(String, (TestNSCache) -> () throws -> Void)] {
21
return [
22
("test_setWithUnmutableKeys", test_setWithUnmutableKeys),
23
- ("test_setWithMutableKeys", test_setWithMutableKeys),
+ // FIXME: https://bugs.swift.org/browse/SR-7161 ("test_setWithMutableKeys", test_setWithMutableKeys),
24
("test_costLimit", test_costLimit),
25
("test_countLimit", test_countLimit),
26
("test_hashableKey", test_hashableKey),
0 commit comments