We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac82a0 commit a79d6afCopy full SHA for a79d6af
test/retry-handler.js
@@ -876,7 +876,7 @@ test('Should be able to properly pass the minTimeout to the RetryContext when co
876
877
await t.completed
878
})
879
-test('Issue#2986 - Handle custom 206', { only: true }, async t => {
+test('Issue#2986 - Handle custom 206', async t => {
880
t = tspl(t, { plan: 8 })
881
882
const chunks = []
0 commit comments