Skip to content

Commit

Permalink
refactor: leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
metcoder95 authored Oct 10, 2024
1 parent 6bbc4a7 commit 725d5d0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/http2.js
Original file line number Diff line number Diff line change
Expand Up @@ -1291,7 +1291,6 @@ test('#2364 - Concurrent aborts', async t => {
)
t.strictEqual(response.headers['x-custom-h2'], 'hello')
t.strictEqual(response.statusCode, 200)
// response.body.dump()
}
)

Expand Down Expand Up @@ -1327,7 +1326,6 @@ test('#2364 - Concurrent aborts', async t => {
)
t.strictEqual(response.headers['x-custom-h2'], 'hello')
t.strictEqual(response.statusCode, 200)
// response.body.dump()
}
)

Expand Down Expand Up @@ -1411,7 +1409,7 @@ test('#3046 - GOAWAY Frame', async t => {
await t.completed
})

test('#3671 - Graceful close', { only: true }, async (t) => {
test('#3671 - Graceful close', async (t) => {
const server = createSecureServer(pem)

server.on('stream', (stream, headers) => {
Expand Down

0 comments on commit 725d5d0

Please sign in to comment.