Skip to content

Commit a58c8ca

Browse files
Uzlopakcrysmags
authored andcommitted
test: remove t.diagnostics() call in push-dont-push.js test (nodejs#2715)
1 parent 8eeea2a commit a58c8ca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/fetch/pull-dont-push.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ test('pull dont\'t push', async (t) => {
3636
server.listen(0)
3737
await once(server, 'listening')
3838

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

4341
// Some time is needed to fill the buffer
4442
await sleep(1000)

0 commit comments

Comments
 (0)