Skip to content

Commit

Permalink
tests: remove unnecessary loading step in memory instance test
Browse files Browse the repository at this point in the history
  • Loading branch information
peaBerberian committed Jul 8, 2024
1 parent 1d49ddc commit 74b603a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/memory/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,6 @@ describe("Memory tests", () => {
initialAudiobitrate: Infinity,
preferredtexttracks: [{ language: "fra", closedcaption: true }],
});
player.loadVideo({
url: manifestInfos.url,
transport: manifestInfos.transport,
autoPlay: true,
});
await waitForLoadedStateAfterLoadVideo(player);
player.dispose();
}
await sleep(5000);
Expand Down

0 comments on commit 74b603a

Please sign in to comment.