diff --git a/test/parallel/test-stream-pipeline.js b/test/parallel/test-stream-pipeline.js index b52d60529b0332..12733d88a7ac85 100644 --- a/test/parallel/test-stream-pipeline.js +++ b/test/parallel/test-stream-pipeline.js @@ -281,12 +281,6 @@ common.crashOnUnhandledRejection(); }); pipeline(rs, req, common.mustCall((err) => { - // TODO: this is working around an http2 bug - // where the client keeps the event loop going - // (replacing the rs.destroy() with req.end() - // exits it so seems to be a destroy bug there - client.unref(); - server.close(); client.close(); }));