@@ -77,13 +77,10 @@ extension HTTPClientTests{
7777( " testWorksWhenServerClosesConnectionAfterReceivingRequest " , testWorksWhenServerClosesConnectionAfterReceivingRequest) ,
7878( " testSubsequentRequestsWorkWithServerSendingConnectionClose " , testSubsequentRequestsWorkWithServerSendingConnectionClose) ,
7979( " testSubsequentRequestsWorkWithServerAlternatingBetweenKeepAliveAndClose " , testSubsequentRequestsWorkWithServerAlternatingBetweenKeepAliveAndClose) ,
80- ( " testStressGetHttps " , testStressGetHttps) ,
8180( " testStressGetHttpsSSLError " , testStressGetHttpsSSLError) ,
8281( " testSelfSignedCertificateIsRejectedWithCorrectError " , testSelfSignedCertificateIsRejectedWithCorrectError) ,
8382( " testSelfSignedCertificateIsRejectedWithCorrectErrorIfRequestDeadlineIsExceeded " , testSelfSignedCertificateIsRejectedWithCorrectErrorIfRequestDeadlineIsExceeded) ,
8483( " testFailingConnectionIsReleased " , testFailingConnectionIsReleased) ,
85- ( " testResponseDelayGet " , testResponseDelayGet) ,
86- ( " testIdleTimeoutNoReuse " , testIdleTimeoutNoReuse) ,
8784( " testStressGetClose " , testStressGetClose) ,
8885( " testManyConcurrentRequestsWork " , testManyConcurrentRequestsWork) ,
8986( " testRepeatedRequestsWorkWhenServerAlwaysCloses " , testRepeatedRequestsWorkWhenServerAlwaysCloses) ,
@@ -104,7 +101,6 @@ extension HTTPClientTests{
104101( " testUseExistingConnectionOnDifferentEL " , testUseExistingConnectionOnDifferentEL) ,
105102( " testWeRecoverFromServerThatClosesTheConnectionOnUs " , testWeRecoverFromServerThatClosesTheConnectionOnUs) ,
106103( " testPoolClosesIdleConnections " , testPoolClosesIdleConnections) ,
107- ( " testRacePoolIdleConnectionsAndGet " , testRacePoolIdleConnectionsAndGet) ,
108104( " testAvoidLeakingTLSHandshakeCompletionPromise " , testAvoidLeakingTLSHandshakeCompletionPromise) ,
109105( " testAsyncShutdown " , testAsyncShutdown) ,
110106( " testAsyncShutdownDefaultQueue " , testAsyncShutdownDefaultQueue) ,
@@ -126,7 +122,6 @@ extension HTTPClientTests{
126122( " testContentLengthTooLongFails " , testContentLengthTooLongFails) ,
127123( " testContentLengthTooShortFails " , testContentLengthTooShortFails) ,
128124( " testBodyUploadAfterEndFails " , testBodyUploadAfterEndFails) ,
129- ( " testNoBytesSentOverBodyLimit " , testNoBytesSentOverBodyLimit) ,
130125( " testDoubleError " , testDoubleError) ,
131126( " testSSLHandshakeErrorPropagation " , testSSLHandshakeErrorPropagation) ,
132127( " testSSLHandshakeErrorPropagationDelayedClose " , testSSLHandshakeErrorPropagationDelayedClose) ,
@@ -145,7 +140,6 @@ extension HTTPClientTests{
145140( " testCloseWhileBackpressureIsExertedIsFine " , testCloseWhileBackpressureIsExertedIsFine) ,
146141( " testErrorAfterCloseWhileBackpressureExerted " , testErrorAfterCloseWhileBackpressureExerted) ,
147142( " testRequestSpecificTLS " , testRequestSpecificTLS) ,
148- ( " testConnectionPoolSizeConfigValueIsRespected " , testConnectionPoolSizeConfigValueIsRespected) ,
149143( " testRequestWithHeaderTransferEncodingIdentityDoesNotFail " , testRequestWithHeaderTransferEncodingIdentityDoesNotFail) ,
150144( " testMassiveDownload " , testMassiveDownload) ,
151145( " testShutdownWithFutures " , testShutdownWithFutures) ,
0 commit comments