Skip to content

Commit 32799e4

Browse files
committed
Disable test_completePathIntoString tests since it can take a very long time
SR-644 to follow-up on this.
1 parent f6824ea commit 32799e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

TestFoundation/TestNSString.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ class TestNSString : XCTestCase {
6565
("test_FromContentsOfURL",test_FromContentsOfURL),
6666
("test_FromContentOfFile",test_FromContentOfFile),
6767
("test_swiftStringUTF16", test_swiftStringUTF16),
68-
("test_completePathIntoString", test_completePathIntoString),
68+
// This test takes forever on build servers; it has been seen up to 1852.084 seconds
69+
// ("test_completePathIntoString", test_completePathIntoString),
6970
("test_stringByTrimmingCharactersInSet", test_stringByTrimmingCharactersInSet),
7071
("test_initializeWithFormat", test_initializeWithFormat),
7172
("test_initializeWithFormat2", test_initializeWithFormat2),

0 commit comments

Comments
 (0)