Skip to content

Commit

Permalink
test: remove retry from irl test, ytdl-core already retries
Browse files Browse the repository at this point in the history
  • Loading branch information
fent committed Dec 3, 2020
1 parent 32d2300 commit 01663a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/irl-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ const videos = {
};


describe('Try using ytdl-core without mocking', function test() {
this.retries(1);
describe('Try using ytdl-core without mocking', () => {
afterEach(() => {
nock.cleanAll();
nock.enableNetConnect();
Expand Down

0 comments on commit 01663a1

Please sign in to comment.