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.
1 parent f6824ea commit 32799e4Copy full SHA for 32799e4
TestFoundation/TestNSString.swift
@@ -65,7 +65,8 @@ class TestNSString : XCTestCase {
65
("test_FromContentsOfURL",test_FromContentsOfURL),
66
("test_FromContentOfFile",test_FromContentOfFile),
67
("test_swiftStringUTF16", test_swiftStringUTF16),
68
- ("test_completePathIntoString", test_completePathIntoString),
+ // This test takes forever on build servers; it has been seen up to 1852.084 seconds
69
+// ("test_completePathIntoString", test_completePathIntoString),
70
("test_stringByTrimmingCharactersInSet", test_stringByTrimmingCharactersInSet),
71
("test_initializeWithFormat", test_initializeWithFormat),
72
("test_initializeWithFormat2", test_initializeWithFormat2),
0 commit comments