We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1802cb5 commit 352ba20Copy full SHA for 352ba20
TestFoundation/TestNSURLSession.swift
@@ -32,9 +32,9 @@ class TestURLSession : XCTestCase {
32
("test_downloadTaskWithURLAndHandler", test_downloadTaskWithURLAndHandler),
33
// ("test_finishTaskAndInvalidate", test_finishTasksAndInvalidate),
34
// ("test_taskError", test_taskError),
35
-// ("test_taskCopy", test_taskCopy),
36
- ("test_cancelTask", test_cancelTask),
37
- ("test_taskTimeout", test_taskTimeout),
+ ("test_taskCopy", test_taskCopy),
+// ("test_cancelTask", test_cancelTask),
+// ("test_taskTimeout", test_taskTimeout),
38
("test_verifyRequestHeaders", test_verifyRequestHeaders),
39
("test_verifyHttpAdditionalHeaders", test_verifyHttpAdditionalHeaders),
40
("test_timeoutInterval", test_timeoutInterval),
0 commit comments