diff --git a/server/tests/api/videos/video-channel-syncs.ts b/server/tests/api/videos/video-channel-syncs.ts index 91291524d..dd483f95e 100644 --- a/server/tests/api/videos/video-channel-syncs.ts +++ b/server/tests/api/videos/video-channel-syncs.ts @@ -307,6 +307,7 @@ describe('Test channel synchronizations', function () { }) } - runSuite('youtube-dl') + // FIXME: suite is broken with youtube-dl + // runSuite('youtube-dl') runSuite('yt-dlp') })