Skip to content

Commit

Permalink
Disable worker for test run remuxer logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Walch committed Jul 26, 2020
1 parent 08efdbc commit 7b3849f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/auto/setup.js
Expand Up @@ -374,7 +374,7 @@ describe(`testing hls.js playback in the browser on "${browserDescription}"`, fu
for (let name in streams) {
stream = streams[name];
let url = stream.url;
let config = stream.config || {};
let config = stream.config || { enableWorker: false };
if (
!stream.blacklist_ua ||
stream.blacklist_ua.indexOf(browserConfig.name) === -1
Expand Down

0 comments on commit 7b3849f

Please sign in to comment.