Skip to content

Commit

Permalink
test: fix flaky http2-flow-control test
Browse files Browse the repository at this point in the history
Backport-PR-URL: #22850
PR-URL: #20556
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
  • Loading branch information
apapirovski authored and BethGriggs committed Oct 16, 2018
1 parent 448922d commit c30a8f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/parallel/test-http2-misbehaving-flow-control-paused.js
Expand Up @@ -70,8 +70,6 @@ server.on('stream', (stream) => {
client.destroy();
}));
stream.on('end', common.mustNotCall());
stream.respond();
stream.end('ok');
});

server.listen(0, () => {
Expand Down

0 comments on commit c30a8f4

Please sign in to comment.