Skip to content

Commit

Permalink
fixup! REMOVE ME: skip tests that are not working anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Nov 19, 2023
1 parent f23da33 commit 13795a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1547,7 +1547,7 @@ describe('request', function () {
})
})

it.skip('should allow repeating order after 128 seconds', function (done) {
it('should allow repeating order after 128 seconds', function (done) {
if (server == null) {
return
}
Expand Down

0 comments on commit 13795a4

Please sign in to comment.