Skip to content

Commit

Permalink
Remove extended debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjamie committed Aug 28, 2019
1 parent ac9fee4 commit aa2658e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/functional/auto/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ describe(`testing hls.js playback in the browser on "${browserDescription}"`, fu
capabilities.username = process.env.SAUCE_USERNAME;
capabilities.accessKey = process.env.SAUCE_ACCESS_KEY;
capabilities.avoidProxy = true;
capabilities.extendedDebugging = true;
browser = browser.usingServer(`http://${process.env.SAUCE_USERNAME}:${process.env.SAUCE_ACCESS_KEY}@ondemand.saucelabs.com:80/wd/hub`);
}

Expand Down

0 comments on commit aa2658e

Please sign in to comment.