aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/videos/video-imports.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-08-09 11:09:06 +0200
committerChocobozzz <me@florianbigard.com>2023-08-09 11:09:06 +0200
commita8ca6190fb462bf6eb5685cfc1d8ae444164a487 (patch)
tree43678b5749d766312736f192bcf022ab2b534336 /server/tests/api/videos/video-imports.ts
parent04d1da5621d25d59bd5fa1543b725c497bf5d9a8 (diff)
downloadPeerTube-a8ca6190fb462bf6eb5685cfc1d8ae444164a487.tar.gz
PeerTube-a8ca6190fb462bf6eb5685cfc1d8ae444164a487.tar.zst
PeerTube-a8ca6190fb462bf6eb5685cfc1d8ae444164a487.zip
Fix youtube-dl tests
Diffstat (limited to 'server/tests/api/videos/video-imports.ts')
-rw-r--r--server/tests/api/videos/video-imports.ts9
1 files changed, 5 insertions, 4 deletions
diff --git a/server/tests/api/videos/video-imports.ts b/server/tests/api/videos/video-imports.ts
index b78b4f344..24d83eed9 100644
--- a/server/tests/api/videos/video-imports.ts
+++ b/server/tests/api/videos/video-imports.ts
@@ -612,11 +612,12 @@ describe('Test video imports', function () {
612 await testBinaryUpdate('https://api.github.com/repos/ytdl-org/youtube-dl/releases', 'youtube-dl') 612 await testBinaryUpdate('https://api.github.com/repos/ytdl-org/youtube-dl/releases', 'youtube-dl')
613 }) 613 })
614 614
615 it('Should update youtube-dl from raw URL', async function () { 615 // FIXME: official instance is broken
616 this.timeout(120_000) 616 // it('Should update youtube-dl from raw URL', async function () {
617 // this.timeout(120_000)
617 618
618 await testBinaryUpdate('https://yt-dl.org/downloads/latest/youtube-dl', 'youtube-dl') 619 // await testBinaryUpdate('https://yt-dl.org/downloads/latest/youtube-dl', 'youtube-dl')
619 }) 620 // })
620 621
621 it('Should update youtube-dl from youtube-dl fork', async function () { 622 it('Should update youtube-dl from youtube-dl fork', async function () {
622 this.timeout(120_000) 623 this.timeout(120_000)