Skip to content

Commit

Permalink
test: remove only (#3077)
Browse files Browse the repository at this point in the history
  • Loading branch information
metcoder95 committed Apr 9, 2024
1 parent b56d540 commit fe44b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/http2.js
Original file line number Diff line number Diff line change
Expand Up @@ -1382,7 +1382,7 @@ test('#2364 - Concurrent aborts', async t => {
await t.completed
})

test('#3046 - GOAWAY Frame', { only: true }, async t => {
test('#3046 - GOAWAY Frame', async t => {
const server = createSecureServer(pem)

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

0 comments on commit fe44b9b

Please sign in to comment.