Skip to content

Commit 07dab68

Browse files
author
Pushkar Kulkarni
committed
Enable URLSession tests in TestFoundation
1 parent e3f514d commit 07dab68

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
@@ -77,8 +77,7 @@ XCTMain([
7777
testCase(TestURLRequest.allTests),
7878
testCase(TestNSURLResponse.allTests),
7979
testCase(TestNSHTTPURLResponse.allTests),
80-
// FIXME: SR-3464 Assertion failure in TestURLSession.test_dataTaskWithURL
81-
// testCase(TestURLSession.allTests),
80+
testCase(TestURLSession.allTests),
8281
testCase(TestNSNull.allTests),
8382
testCase(TestNSUUID.allTests),
8483
testCase(TestNSValue.allTests),

0 commit comments

Comments
 (0)