Skip to content

Commit f0f1209

Browse files
authored
Merge pull request #895 from pushkarnk/enable-urlsession-tests
2 parents d8c8205 + 07dab68 commit f0f1209

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

TestFoundation/main.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ XCTMain([
7878
testCase(TestURLRequest.allTests),
7979
testCase(TestNSURLResponse.allTests),
8080
testCase(TestNSHTTPURLResponse.allTests),
81-
// FIXME: SR-3464 Assertion failure in TestURLSession.test_dataTaskWithURL
82-
// testCase(TestURLSession.allTests),
81+
testCase(TestURLSession.allTests),
8382
testCase(TestNSNull.allTests),
8483
testCase(TestNSUUID.allTests),
8584
testCase(TestNSValue.allTests),

0 commit comments

Comments
 (0)