Skip to content

Commit 63d0d44

Browse files
committed
Comment on commented out tests
1 parent 01672ed commit 63d0d44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: Tests/AsyncHTTPClientTests/HTTPClientTests+XCTest.swift

+2
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)