Skip to content

Commit

Permalink
test: Use drmIt for HLS SAMPLE-AES test (#6594)
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad authored May 14, 2024
1 parent 3300709 commit 0d858b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hls/hls_parser_integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ describe('HlsParser', () => {
expect(keyRequests).toBe(5);
});

it('supports SAMPLE-AES identity streaming', async () => {
drmIt('supports SAMPLE-AES identity streaming', async () => {
if (!checkClearKeySupport()) {
pending('ClearKey is not supported');
}
Expand Down

0 comments on commit 0d858b4

Please sign in to comment.