Skip to content

Commit

Permalink
Update functional test targets
Browse files Browse the repository at this point in the history
  • Loading branch information
robwalch committed Jul 26, 2022
1 parent 7d0752c commit a3940d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,6 @@ jobs:
- safari-osx_10.15
- firefox-win_10
- chrome-osx_10.11-79.0
- internet_explorer-win_10
- internet_explorer-win_8.1-11.0
- chrome-win_7-69.0

include:
Expand Down
7 changes: 6 additions & 1 deletion tests/test-streams.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,12 @@ module.exports = {
description:
'Shaka-packager Widevine DRM (EME) HLS-fMP4 - Angel One Demo',
abr: true,
skip_ua: ['firefox', 'safari', { name: 'chrome', version: '69.0' }],
skip_ua: [
'firefox',
'safari',
{ name: 'chrome', version: '69.0' },
{ name: 'chrome', version: '79.0' },
],
},
{
widevineLicenseUrl: 'https://cwip-shaka-proxy.appspot.com/no_auth',
Expand Down

0 comments on commit a3940d2

Please sign in to comment.