Skip to content

Commit

Permalink
test: remove erroneous tap test only filter (#1368)
Browse files Browse the repository at this point in the history
  • Loading branch information
austinkelleher committed Apr 24, 2022
1 parent 978743d commit ae369b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/http-100.js
Expand Up @@ -108,7 +108,7 @@ test('error 101 upgrade', (t) => {
})
})

test('1xx response without timeouts', { only: true }, t => {
test('1xx response without timeouts', t => {
t.plan(2)

const server = createServer((req, res) => {
Expand Down

0 comments on commit ae369b2

Please sign in to comment.