We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c5733d commit 4243ab8Copy full SHA for 4243ab8
Tests/AsyncHTTPClientTests/HTTPClientTests+XCTest.swift
@@ -79,6 +79,7 @@ extension HTTPClientTests {
79
("testStressGetHttps", testStressGetHttps),
80
("testStressGetHttpsSSLError", testStressGetHttpsSSLError),
81
("testSelfSignedCertificateIsRejectedWithCorrectError", testSelfSignedCertificateIsRejectedWithCorrectError),
82
+ ("testSelfSignedCertificateIsRejectedWithCorrectErrorIfRequestDeadlineIsExceeded", testSelfSignedCertificateIsRejectedWithCorrectErrorIfRequestDeadlineIsExceeded),
83
("testFailingConnectionIsReleased", testFailingConnectionIsReleased),
84
("testResponseDelayGet", testResponseDelayGet),
85
("testIdleTimeoutNoReuse", testIdleTimeoutNoReuse),
0 commit comments