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.'); }