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 d3f92b7 + 1a59a8f commit f70c4ecCopy full SHA for f70c4ec
TestFoundation/TestNSDictionary.swift
@@ -25,7 +25,8 @@ class TestNSDictionary : XCTestCase {
25
return [
26
("test_BasicConstruction", test_BasicConstruction),
27
("test_ArrayConstruction", test_ArrayConstruction),
28
- ("test_description", test_description),
+ // XFAIL test https://bugs.swift.org/browse/SR-7166
29
+ //("test_description", test_description),
30
("test_enumeration", test_enumeration),
31
("test_equality", test_equality),
32
("test_copying", test_copying),
0 commit comments