Skip to content

Commit

Permalink
test: remove t.diagnostics() call in push-dont-push.js test (nodejs#2715
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Uzlopak authored and crysmags committed Feb 21, 2024
1 parent 2406688 commit affc056
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/fetch/pull-dont-push.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ test('pull dont\'t push', async (t) => {
server.listen(0)
await once(server, 'listening')

t.diagnostic('server listening on port %d', server.address().port)
const res = await fetch(`http://localhost:${server.address().port}`)
t.diagnostic('fetched')

// Some time is needed to fill the buffer
await sleep(1000)
Expand Down

0 comments on commit affc056

Please sign in to comment.