Skip to content

Commit

Permalink
test: fix flaky http2-flow-control test
Browse files Browse the repository at this point in the history
PR-URL: nodejs#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 kjin committed Sep 10, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 915b245 commit 96b89da
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
Original file line number Diff line number Diff line change
@@ -70,8 +70,6 @@ server.on('stream', (stream) => {
client.destroy();
}));
stream.on('end', common.mustNotCall());
stream.respond();
stream.end('ok');
});

server.listen(0, () => {

0 comments on commit 96b89da

Please sign in to comment.