@@ -77,13 +77,12 @@ extension HTTPClientTests {
77
77
( " testWorksWhenServerClosesConnectionAfterReceivingRequest " , testWorksWhenServerClosesConnectionAfterReceivingRequest) ,
78
78
( " testSubsequentRequestsWorkWithServerSendingConnectionClose " , testSubsequentRequestsWorkWithServerSendingConnectionClose) ,
79
79
( " testSubsequentRequestsWorkWithServerAlternatingBetweenKeepAliveAndClose " , testSubsequentRequestsWorkWithServerAlternatingBetweenKeepAliveAndClose) ,
80
- ( " testStressGetHttps " , testStressGetHttps ) ,
80
+
81
81
( " testStressGetHttpsSSLError " , testStressGetHttpsSSLError) ,
82
82
( " testSelfSignedCertificateIsRejectedWithCorrectError " , testSelfSignedCertificateIsRejectedWithCorrectError) ,
83
83
( " testSelfSignedCertificateIsRejectedWithCorrectErrorIfRequestDeadlineIsExceeded " , testSelfSignedCertificateIsRejectedWithCorrectErrorIfRequestDeadlineIsExceeded) ,
84
84
( " testFailingConnectionIsReleased " , testFailingConnectionIsReleased) ,
85
- ( " testResponseDelayGet " , testResponseDelayGet) ,
86
- ( " testIdleTimeoutNoReuse " , testIdleTimeoutNoReuse) ,
85
+
87
86
( " testStressGetClose " , testStressGetClose) ,
88
87
( " testManyConcurrentRequestsWork " , testManyConcurrentRequestsWork) ,
89
88
( " testRepeatedRequestsWorkWhenServerAlwaysCloses " , testRepeatedRequestsWorkWhenServerAlwaysCloses) ,
@@ -104,7 +103,7 @@ extension HTTPClientTests {
104
103
( " testUseExistingConnectionOnDifferentEL " , testUseExistingConnectionOnDifferentEL) ,
105
104
( " testWeRecoverFromServerThatClosesTheConnectionOnUs " , testWeRecoverFromServerThatClosesTheConnectionOnUs) ,
106
105
( " testPoolClosesIdleConnections " , testPoolClosesIdleConnections) ,
107
- ( " testRacePoolIdleConnectionsAndGet " , testRacePoolIdleConnectionsAndGet ) ,
106
+
108
107
( " testAvoidLeakingTLSHandshakeCompletionPromise " , testAvoidLeakingTLSHandshakeCompletionPromise) ,
109
108
( " testAsyncShutdown " , testAsyncShutdown) ,
110
109
( " testAsyncShutdownDefaultQueue " , testAsyncShutdownDefaultQueue) ,
@@ -126,7 +125,7 @@ extension HTTPClientTests {
126
125
( " testContentLengthTooLongFails " , testContentLengthTooLongFails) ,
127
126
( " testContentLengthTooShortFails " , testContentLengthTooShortFails) ,
128
127
( " testBodyUploadAfterEndFails " , testBodyUploadAfterEndFails) ,
129
- ( " testNoBytesSentOverBodyLimit " , testNoBytesSentOverBodyLimit ) ,
128
+
130
129
( " testDoubleError " , testDoubleError) ,
131
130
( " testSSLHandshakeErrorPropagation " , testSSLHandshakeErrorPropagation) ,
132
131
( " testSSLHandshakeErrorPropagationDelayedClose " , testSSLHandshakeErrorPropagationDelayedClose) ,
@@ -145,7 +144,7 @@ extension HTTPClientTests {
145
144
( " testCloseWhileBackpressureIsExertedIsFine " , testCloseWhileBackpressureIsExertedIsFine) ,
146
145
( " testErrorAfterCloseWhileBackpressureExerted " , testErrorAfterCloseWhileBackpressureExerted) ,
147
146
( " testRequestSpecificTLS " , testRequestSpecificTLS) ,
148
- ( " testConnectionPoolSizeConfigValueIsRespected " , testConnectionPoolSizeConfigValueIsRespected ) ,
147
+
149
148
( " testRequestWithHeaderTransferEncodingIdentityDoesNotFail " , testRequestWithHeaderTransferEncodingIdentityDoesNotFail) ,
150
149
( " testMassiveDownload " , testMassiveDownload) ,
151
150
( " testShutdownWithFutures " , testShutdownWithFutures) ,
0 commit comments