Skip to content

Commit

Permalink
remove useless test
Browse files Browse the repository at this point in the history
  • Loading branch information
valotvince committed Dec 23, 2021
1 parent 8f7f2e6 commit bb6bd0f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/media/drm_engine_unit.js
Expand Up @@ -776,11 +776,6 @@ describe('DrmEngine', () => {
expect(mockVideo.setMediaKeys).not.toHaveBeenCalled();
});

// it('sets MediaKeys for encrypted content', async () => {
// await initAndAttach();
// expect(mockVideo.setMediaKeys).toHaveBeenCalledWith(mockMediaKeys);
// });

it('sets server certificate if present in config', async () => {
const cert = new Uint8Array(1);
config.advanced['drm.abc'] = createAdvancedConfig(cert);
Expand Down

0 comments on commit bb6bd0f

Please sign in to comment.