Skip to content

Commit 6ced74a

Browse files
aveladjoeyparrish
authored andcommitted
test: Enable some Tizen test (#7821)
1 parent 5ad2121 commit 6ced74a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/transmuxer/transmuxer_integration.js

-6
Original file line numberDiff line numberDiff line change
@@ -407,9 +407,6 @@ describe('Transmuxer Player', () => {
407407
if (!await Util.isTypeSupported('audio/mp4; codecs="ac-3"')) {
408408
pending('Codec AC-3 is not supported by the platform.');
409409
}
410-
if (shaka.util.Platform.isTizen()) {
411-
pending('Muxed AC-3 codec is not supported by the platform.');
412-
}
413410

414411
// eslint-disable-next-line max-len
415412
await player.load('/base/test/test/assets/hls-ts-muxed-ac3-h264/media.m3u8');
@@ -431,9 +428,6 @@ describe('Transmuxer Player', () => {
431428
if (!await Util.isTypeSupported('audio/mp4; codecs="ec-3"')) {
432429
pending('Codec EC-3 is not supported by the platform.');
433430
}
434-
if (shaka.util.Platform.isTizen()) {
435-
pending('Muxed AC-3 codec is not supported by the platform.');
436-
}
437431

438432
// eslint-disable-next-line max-len
439433
await player.load('/base/test/test/assets/hls-ts-muxed-ec3-h264/prog_index.m3u8');

0 commit comments

Comments
 (0)