File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,7 @@ class TestURLSession : XCTestCase {
28
28
( " test_downloadTaskWithURL " , test_downloadTaskWithURL) ,
29
29
( " test_downloadTaskWithURLRequest " , test_downloadTaskWithURLRequest) ,
30
30
( " test_downloadTaskWithRequestAndHandler " , test_downloadTaskWithRequestAndHandler) ,
31
-
32
- // Disabled because of https://bugs.swift.org/browse/SR-4647
33
- // ("test_downloadTaskWithURLAndHandler", test_downloadTaskWithURLAndHandler),
34
-
31
+ ( " test_downloadTaskWithURLAndHandler " , test_downloadTaskWithURLAndHandler) ,
35
32
( " test_finishTaskAndInvalidate " , test_finishTasksAndInvalidate) ,
36
33
( " test_taskError " , test_taskError) ,
37
34
( " test_taskCopy " , test_taskCopy) ,
Original file line number Diff line number Diff line change @@ -78,7 +78,8 @@ XCTMain([
78
78
testCase ( TestURLRequest . allTests) ,
79
79
testCase ( TestNSURLResponse . allTests) ,
80
80
testCase ( TestNSHTTPURLResponse . allTests) ,
81
- testCase ( TestURLSession . allTests) ,
81
+ //Disabling because of https://bugs.swift.org/browse/SR-4655 and https://bugs.swift.org/browse/SR-4647
82
+ // testCase(TestURLSession.allTests),
82
83
testCase ( TestNSNull . allTests) ,
83
84
testCase ( TestNSUUID . allTests) ,
84
85
testCase ( TestNSValue . allTests) ,
You can’t perform that action at this time.
0 commit comments