Skip to content

Commit 8e8dd9b

Browse files
author
Erik Eckstein
committed
disabled flaky test
1 parent 5ade1d2 commit 8e8dd9b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

TestFoundation/TestNSURLSession.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ class TestURLSession : XCTestCase {
2828
("test_downloadTaskWithURL", test_downloadTaskWithURL),
2929
("test_downloadTaskWithURLRequest", test_downloadTaskWithURLRequest),
3030
("test_downloadTaskWithRequestAndHandler", test_downloadTaskWithRequestAndHandler),
31-
("test_downloadTaskWithURLAndHandler", test_downloadTaskWithURLAndHandler),
31+
32+
// Disabled because of https://bugs.swift.org/browse/SR-4647
33+
// ("test_downloadTaskWithURLAndHandler", test_downloadTaskWithURLAndHandler),
34+
3235
("test_finishTaskAndInvalidate", test_finishTasksAndInvalidate),
3336
("test_taskError", test_taskError),
3437
("test_taskCopy", test_taskCopy),

0 commit comments

Comments
 (0)