From b926a23c6275aee8ca36b782b4565eb64de31beb Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 22 Mar 2023 07:53:47 +0100 Subject: [PATCH] Stop testing broken youtube-dl --- server/tests/api/videos/video-imports.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/server/tests/api/videos/video-imports.ts b/server/tests/api/videos/video-imports.ts index 80215f038..878452ed2 100644 --- a/server/tests/api/videos/video-imports.ts +++ b/server/tests/api/videos/video-imports.ts @@ -23,9 +23,8 @@ async function checkVideosServer1 (server: PeerTubeServer, idHttp: string, idMag const videoHttp = await server.videos.get({ id: idHttp }) expect(videoHttp.name).to.equal('small video - youtube') - // FIXME: youtube-dl seems broken - // expect(videoHttp.category.label).to.equal('News & Politics') - // expect(videoHttp.licence.label).to.equal('Attribution') + expect(videoHttp.category.label).to.equal('News & Politics') + expect(videoHttp.licence.label).to.equal('Attribution') expect(videoHttp.language.label).to.equal('Unknown') expect(videoHttp.nsfw).to.be.false expect(videoHttp.description).to.equal('this is a super description') @@ -460,7 +459,8 @@ describe('Test video imports', function () { }) } - runSuite('youtube-dl') + // FIXME: youtube-dl seems broken + // runSuite('youtube-dl') runSuite('yt-dlp') -- 2.41.0