@@ -66,6 +66,7 @@ extension HTTPClientTests {
66
66
( " testNoResponseWithIgnoreErrorForSSLUncleanShutdown " , testNoResponseWithIgnoreErrorForSSLUncleanShutdown) ,
67
67
( " testWrongContentLengthForSSLUncleanShutdown " , testWrongContentLengthForSSLUncleanShutdown) ,
68
68
( " testWrongContentLengthWithIgnoreErrorForSSLUncleanShutdown " , testWrongContentLengthWithIgnoreErrorForSSLUncleanShutdown) ,
69
+ // TODO: Comment back in once failure was resolved
69
70
// ("testEventLoopArgument", testEventLoopArgument),
70
71
( " testDecompression " , testDecompression) ,
71
72
( " testDecompressionLimit " , testDecompressionLimit) ,
@@ -90,6 +91,7 @@ extension HTTPClientTests {
90
91
( " testUncleanShutdownCancelsTasks " , testUncleanShutdownCancelsTasks) ,
91
92
( " testDoubleShutdown " , testDoubleShutdown) ,
92
93
( " testTaskFailsWhenClientIsShutdown " , testTaskFailsWhenClientIsShutdown) ,
94
+ // TODO: Comment back in once failure was resolved
93
95
// ("testRaceNewRequestsVsShutdown", testRaceNewRequestsVsShutdown),
94
96
( " testVaryingLoopPreference " , testVaryingLoopPreference) ,
95
97
( " testMakeSecondRequestDuringCancelledCallout " , testMakeSecondRequestDuringCancelledCallout) ,
0 commit comments