diff options
Diffstat (limited to 'packages/tests/src/api/videos')
-rw-r--r-- | packages/tests/src/api/videos/video-imports.ts | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/packages/tests/src/api/videos/video-imports.ts b/packages/tests/src/api/videos/video-imports.ts index 09efe9931..6c874d713 100644 --- a/packages/tests/src/api/videos/video-imports.ts +++ b/packages/tests/src/api/videos/video-imports.ts | |||
@@ -615,11 +615,12 @@ describe('Test video imports', function () { | |||
615 | await testBinaryUpdate('https://api.github.com/repos/ytdl-org/youtube-dl/releases', 'youtube-dl') | 615 | await testBinaryUpdate('https://api.github.com/repos/ytdl-org/youtube-dl/releases', 'youtube-dl') |
616 | }) | 616 | }) |
617 | 617 | ||
618 | it('Should update youtube-dl from raw URL', async function () { | 618 | // FIXME: official instance is broken |
619 | this.timeout(120_000) | 619 | // it('Should update youtube-dl from raw URL', async function () { |
620 | // this.timeout(120_000) | ||
620 | 621 | ||
621 | await testBinaryUpdate('https://yt-dl.org/downloads/latest/youtube-dl', 'youtube-dl') | 622 | // await testBinaryUpdate('https://yt-dl.org/downloads/latest/youtube-dl', 'youtube-dl') |
622 | }) | 623 | // }) |
623 | 624 | ||
624 | it('Should update youtube-dl from youtube-dl fork', async function () { | 625 | it('Should update youtube-dl from youtube-dl fork', async function () { |
625 | this.timeout(120_000) | 626 | this.timeout(120_000) |