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 {
2828 ( " test_downloadTaskWithURL " , test_downloadTaskWithURL) ,
2929 ( " test_downloadTaskWithURLRequest " , test_downloadTaskWithURLRequest) ,
3030 ( " 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) ,
3532 ( " test_finishTaskAndInvalidate " , test_finishTasksAndInvalidate) ,
3633 ( " test_taskError " , test_taskError) ,
3734 ( " test_taskCopy " , test_taskCopy) ,
Original file line number Diff line number Diff line change @@ -78,7 +78,8 @@ XCTMain([
7878 testCase ( TestURLRequest . allTests) ,
7979 testCase ( TestNSURLResponse . allTests) ,
8080 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),
8283 testCase ( TestNSNull . allTests) ,
8384 testCase ( TestNSUUID . allTests) ,
8485 testCase ( TestNSValue . allTests) ,
You can’t perform that action at this time.
0 commit comments