Skip to content

Commit

Permalink
test: remove only (#3001)
Browse files Browse the repository at this point in the history
  • Loading branch information
metcoder95 committed Mar 27, 2024
1 parent 0ac82a0 commit a79d6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/retry-handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ test('Should be able to properly pass the minTimeout to the RetryContext when co

await t.completed
})
test('Issue#2986 - Handle custom 206', { only: true }, async t => {
test('Issue#2986 - Handle custom 206', async t => {
t = tspl(t, { plan: 8 })

const chunks = []
Expand Down

0 comments on commit a79d6af

Please sign in to comment.