Skip to content

Commit 4243ab8

Browse files
committed
./scripts/generate_linux_tests.rb
1 parent 4c5733d commit 4243ab8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/AsyncHTTPClientTests/HTTPClientTests+XCTest.swift

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ extension HTTPClientTests {
7979
("testStressGetHttps", testStressGetHttps),
8080
("testStressGetHttpsSSLError", testStressGetHttpsSSLError),
8181
("testSelfSignedCertificateIsRejectedWithCorrectError", testSelfSignedCertificateIsRejectedWithCorrectError),
82+
("testSelfSignedCertificateIsRejectedWithCorrectErrorIfRequestDeadlineIsExceeded", testSelfSignedCertificateIsRejectedWithCorrectErrorIfRequestDeadlineIsExceeded),
8283
("testFailingConnectionIsReleased", testFailingConnectionIsReleased),
8384
("testResponseDelayGet", testResponseDelayGet),
8485
("testIdleTimeoutNoReuse", testIdleTimeoutNoReuse),

0 commit comments

Comments
 (0)