Skip to content

Commit 352ba20

Browse files
Enabled URLSession tests
1 parent 1802cb5 commit 352ba20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

TestFoundation/TestNSURLSession.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ class TestURLSession : XCTestCase {
3232
("test_downloadTaskWithURLAndHandler", test_downloadTaskWithURLAndHandler),
3333
// ("test_finishTaskAndInvalidate", test_finishTasksAndInvalidate),
3434
// ("test_taskError", test_taskError),
35-
// ("test_taskCopy", test_taskCopy),
36-
("test_cancelTask", test_cancelTask),
37-
("test_taskTimeout", test_taskTimeout),
35+
("test_taskCopy", test_taskCopy),
36+
// ("test_cancelTask", test_cancelTask),
37+
// ("test_taskTimeout", test_taskTimeout),
3838
("test_verifyRequestHeaders", test_verifyRequestHeaders),
3939
("test_verifyHttpAdditionalHeaders", test_verifyHttpAdditionalHeaders),
4040
("test_timeoutInterval", test_timeoutInterval),

0 commit comments

Comments
 (0)