@@ -66,6 +66,7 @@ extension HTTPClientTests {
6666 ( " testNoResponseWithIgnoreErrorForSSLUncleanShutdown " , testNoResponseWithIgnoreErrorForSSLUncleanShutdown) ,
6767 ( " testWrongContentLengthForSSLUncleanShutdown " , testWrongContentLengthForSSLUncleanShutdown) ,
6868 ( " testWrongContentLengthWithIgnoreErrorForSSLUncleanShutdown " , testWrongContentLengthWithIgnoreErrorForSSLUncleanShutdown) ,
69+ // TODO: Comment back in once failure was resolved
6970// ("testEventLoopArgument", testEventLoopArgument),
7071 ( " testDecompression " , testDecompression) ,
7172 ( " testDecompressionLimit " , testDecompressionLimit) ,
@@ -90,6 +91,7 @@ extension HTTPClientTests {
9091 ( " testUncleanShutdownCancelsTasks " , testUncleanShutdownCancelsTasks) ,
9192 ( " testDoubleShutdown " , testDoubleShutdown) ,
9293 ( " testTaskFailsWhenClientIsShutdown " , testTaskFailsWhenClientIsShutdown) ,
94+ // TODO: Comment back in once failure was resolved
9395// ("testRaceNewRequestsVsShutdown", testRaceNewRequestsVsShutdown),
9496 ( " testVaryingLoopPreference " , testVaryingLoopPreference) ,
9597 ( " testMakeSecondRequestDuringCancelledCallout " , testMakeSecondRequestDuringCancelledCallout) ,
0 commit comments