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

Commit

Permalink
add no ssl options to pass android 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaLiPassion committed Jan 7, 2017
1 parent 6cd0fee commit 8c7fe83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sauce.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@ module.exports = function (config) {
browserName: 'android',
platform: 'Linux',
version: '4.3'
},
},*/
'SL_ANDROID4.4': {
base: 'SauceLabs',
browserName: 'android',
platform: 'Linux',
version: '4.4'
},*/
},
'SL_ANDROID5.1': {
base: 'SauceLabs',
browserName: 'android',
Expand Down
2 changes: 1 addition & 1 deletion scripts/sauce/sauce_connect_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ echo " $CONNECT_LOG"
echo " $CONNECT_STDOUT"
echo " $CONNECT_STDERR"
sauce-connect/bin/sc -u $SAUCE_USERNAME -k $SAUCE_ACCESS_KEY $ARGS \
--reconnect 100 --logfile $CONNECT_LOG 2> $CONNECT_STDERR 1> $CONNECT_STDOUT &
--reconnect 100 --no-ssl-bump-domains all --logfile $CONNECT_LOG 2> $CONNECT_STDERR 1> $CONNECT_STDOUT &

0 comments on commit 8c7fe83

Please sign in to comment.