diff --git a/TestFoundation/TestNSURLSession.swift b/TestFoundation/TestNSURLSession.swift index 8da9f6f358..ca73f7082a 100644 --- a/TestFoundation/TestNSURLSession.swift +++ b/TestFoundation/TestNSURLSession.swift @@ -28,10 +28,7 @@ class TestURLSession : XCTestCase { ("test_downloadTaskWithURL", test_downloadTaskWithURL), ("test_downloadTaskWithURLRequest", test_downloadTaskWithURLRequest), ("test_downloadTaskWithRequestAndHandler", test_downloadTaskWithRequestAndHandler), - - // Disabled because of https://bugs.swift.org/browse/SR-4647 - // ("test_downloadTaskWithURLAndHandler", test_downloadTaskWithURLAndHandler), - + ("test_downloadTaskWithURLAndHandler", test_downloadTaskWithURLAndHandler), ("test_finishTaskAndInvalidate", test_finishTasksAndInvalidate), ("test_taskError", test_taskError), ("test_taskCopy", test_taskCopy), diff --git a/TestFoundation/main.swift b/TestFoundation/main.swift index c02669d896..4a9a75781b 100644 --- a/TestFoundation/main.swift +++ b/TestFoundation/main.swift @@ -78,7 +78,8 @@ XCTMain([ testCase(TestURLRequest.allTests), testCase(TestNSURLResponse.allTests), testCase(TestNSHTTPURLResponse.allTests), - testCase(TestURLSession.allTests), +//Disabling because of https://bugs.swift.org/browse/SR-4655 and https://bugs.swift.org/browse/SR-4647 +// testCase(TestURLSession.allTests), testCase(TestNSNull.allTests), testCase(TestNSUUID.allTests), testCase(TestNSValue.allTests),