Skip to content

Commit 42dae47

Browse files
committed
[Tests] Add new URLSession tests to allTests array
1 parent 53bf204 commit 42dae47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/Foundation/Tests/TestURLSession.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1867,6 +1867,8 @@ class TestURLSession: LoopbackServerTest {
18671867
("test_taskError", test_taskError),
18681868
("test_taskCopy", test_taskCopy),
18691869
("test_cancelTask", test_cancelTask),
1870+
("test_unhandledURLProtocol", test_unhandledURLProtocol),
1871+
("test_requestToNilURL", test_requestToNilURL),
18701872
/* ⚠️ */ ("test_suspendResumeTask", testExpectedToFail(test_suspendResumeTask, "Occasionally breaks")),
18711873
("test_taskTimeout", test_taskTimeout),
18721874
("test_verifyRequestHeaders", test_verifyRequestHeaders),

0 commit comments

Comments
 (0)