Skip to content

Commit

Permalink
test: Disable failing transmuxer test (#7530)
Browse files Browse the repository at this point in the history
This is generating too much noise, and we do not yet know how to fix it.

Issue #7462
  • Loading branch information
joeyparrish authored and avelad committed Nov 12, 2024
1 parent fb0d76d commit 6c1ad40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/transmuxer/transmuxer_integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.');
}
Expand Down

0 comments on commit 6c1ad40

Please sign in to comment.