Skip to content

Commit f70c4ec

Browse files
authored
Merge pull request #1466 from gottesmm/fix_build
2 parents d3f92b7 + 1a59a8f commit f70c4ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

TestFoundation/TestNSDictionary.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ class TestNSDictionary : XCTestCase {
2525
return [
2626
("test_BasicConstruction", test_BasicConstruction),
2727
("test_ArrayConstruction", test_ArrayConstruction),
28-
("test_description", test_description),
28+
// XFAIL test https://bugs.swift.org/browse/SR-7166
29+
//("test_description", test_description),
2930
("test_enumeration", test_enumeration),
3031
("test_equality", test_equality),
3132
("test_copying", test_copying),

0 commit comments

Comments
 (0)