Skip to content

Commit

Permalink
test: Fix flaky test on Tizen (#6633)
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad committed May 17, 2024
1 parent 11272a3 commit 0d5648b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/player_integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,9 @@ describe('Player', () => {
});

it('in sequence mode', async () => {
if (!shaka.util.Platform.supportsSequenceMode()) {
pending('Sequence mode is not supported by the platform.');
}
await player.load('test:sintel_sequence_compiled');
expect(player.getManifest().sequenceMode).toBe(true);

Expand Down

0 comments on commit 0d5648b

Please sign in to comment.