From 3d765c2787045c227034303e958dc8212e0918e0 Mon Sep 17 00:00:00 2001 From: Joey Parrish Date: Thu, 31 Oct 2024 13:59:05 -0700 Subject: [PATCH] test: Disable failing transmuxer test This is generating too much noise, and we do not yet know how to fix it. Issue #7462 --- test/transmuxer/transmuxer_integration.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/transmuxer/transmuxer_integration.js b/test/transmuxer/transmuxer_integration.js index 1998912e76..f0fbc74962 100644 --- a/test/transmuxer/transmuxer_integration.js +++ b/test/transmuxer/transmuxer_integration.js @@ -359,7 +359,9 @@ describe('Transmuxer Player', () => { await player.unload(); }); - it('H.264+AC3 in TS', async () => { + // TODO: Fix the transmuxer for segments that do not start with a keyframe + // https://github.com/shaka-project/shaka-player/issues/7462 + xit('H.264+AC3 in TS', async () => { if (!await Util.isTypeSupported('audio/mp4; codecs="ac-3"')) { pending('Codec AC-3 is not supported by the platform.'); }