Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
chore: add noSslBumpDomains to saucelabs launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
hmdhk committed Jan 10, 2017
1 parent 4eaaee2 commit 831dcb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,8 @@ gulp.task('test:launchsauceconnect', function (done) {
var config = {
username: saucelabsConfig.user,
accessKey: saucelabsConfig.key,
logger: console.log
logger: console.log,
noSslBumpDomains: 'all'
}

var tryConnect = function (maxAttempts, currAttempts, done) {
Expand Down

0 comments on commit 831dcb9

Please sign in to comment.