Skip to content

Commit

Permalink
test: Disable failing transmuxer test
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 shaka-project#7462
  • Loading branch information
joeyparrish committed Oct 31, 2024
1 parent 6303924 commit 3d765c2
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 3d765c2

Please sign in to comment.