Skip to content

Commit

Permalink
force failure
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey committed Dec 8, 2020
1 parent fe4b733 commit 73143ce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/playback.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -380,11 +380,12 @@ if (!videojs.browser.IS_FIREFOX) {
const done = assert.async();
const player = this.player;

assert.timeout(1000);
player.loop(true);
player.src({
/* player.src({
src: 'https://s3.amazonaws.com/_bc_dml/example-content/bipbop-advanced/bipbop_16x9_variant.m3u8',
type: 'application/x-mpegURL'
});
});*/
player.one('playing', function() {
player.tech(true).vhs.mediaSource.addEventListener('sourceended', () => {
player.tech(true).vhs.mediaSource.addEventListener('sourceopen', () => {
Expand Down

0 comments on commit 73143ce

Please sign in to comment.