From d8b7a6b5591d484a593126c8d319d9e32caf4bfa Mon Sep 17 00:00:00 2001 From: jj Date: Sat, 26 Oct 2024 18:08:24 +0000 Subject: [PATCH] api/test: remove youtube vp9 test we fall back to h264 now, so this will always succeed --- api/src/util/tests.json | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/api/src/util/tests.json b/api/src/util/tests.json index c8a1782d..2d8d8708 100644 --- a/api/src/util/tests.json +++ b/api/src/util/tests.json @@ -437,17 +437,6 @@ "status": "tunnel" } }, - { - "name": "audio bitrate higher than video, no vp9 video in response (vp9)", - "url": "https://www.youtube.com/watch?v=t5nC_ucYBrc", - "params": { - "youtubeVideoCodec": "vp9" - }, - "expected": { - "code": 400, - "status": "error" - } - }, { "name": "short, defaults", "url": "https://www.youtube.com/shorts/r5FpeOJItbw",