File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ class TestURLSession : XCTestCase {
24
24
( " test_dataTaskWithURLRequest " , test_dataTaskWithURLRequest) ,
25
25
( " test_dataTaskWithURLCompletionHandler " , test_dataTaskWithURLCompletionHandler) ,
26
26
( " test_dataTaskWithURLRequestCompletionHandler " , test_dataTaskWithURLRequestCompletionHandler) ,
27
- ( " test_downloadTaskWithURL " , test_downloadTaskWithURL) ,
28
- ( " test_downloadTaskWithURLRequest " , test_downloadTaskWithURLRequest) ,
29
- ( " test_downloadTaskWithRequestAndHandler " , test_downloadTaskWithRequestAndHandler) ,
30
- ( " test_downloadTaskWithURLAndHandler " , test_downloadTaskWithURLAndHandler) ,
27
+ // ("test_downloadTaskWithURL", test_downloadTaskWithURL),
28
+ // ("test_downloadTaskWithURLRequest", test_downloadTaskWithURLRequest),
29
+ // ("test_downloadTaskWithRequestAndHandler", test_downloadTaskWithRequestAndHandler),
30
+ // ("test_downloadTaskWithURLAndHandler", test_downloadTaskWithURLAndHandler),
31
31
32
32
]
33
33
}
You can’t perform that action at this time.
0 commit comments