Skip to content

Commit a79d6af

Browse files
authored
test: remove only (#3001)
1 parent 0ac82a0 commit a79d6af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/retry-handler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,7 @@ test('Should be able to properly pass the minTimeout to the RetryContext when co
876876

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

882882
const chunks = []

0 commit comments

Comments
 (0)