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 5ade1d2 commit 8e8dd9bCopy full SHA for 8e8dd9b
TestFoundation/TestNSURLSession.swift
@@ -28,7 +28,10 @@ class TestURLSession : XCTestCase {
28
("test_downloadTaskWithURL", test_downloadTaskWithURL),
29
("test_downloadTaskWithURLRequest", test_downloadTaskWithURLRequest),
30
("test_downloadTaskWithRequestAndHandler", test_downloadTaskWithRequestAndHandler),
31
- ("test_downloadTaskWithURLAndHandler", test_downloadTaskWithURLAndHandler),
+
32
+ // Disabled because of https://bugs.swift.org/browse/SR-4647
33
+ // ("test_downloadTaskWithURLAndHandler", test_downloadTaskWithURLAndHandler),
34
35
("test_finishTaskAndInvalidate", test_finishTasksAndInvalidate),
36
("test_taskError", test_taskError),
37
("test_taskCopy", test_taskCopy),
0 commit comments