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