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

Commit

Permalink
fix #584, remove android 4.1~4.3, add no-ssl options to make android …
Browse files Browse the repository at this point in the history
…4.4 pass test (#586)

* fix #584 remove sauce labs test target of Android 4.1,4.2,4.3

* add no ssl options to pass android 4.4
  • Loading branch information
JiaLiPassion authored and mhevery committed Jan 12, 2017
1 parent fb8d51c commit 7cd570e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion sauce.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ module.exports = function (config) {
platform: 'Windows 10',
version: '13.10586'
},
/*
fix issue #584, Android 4.1~4.3 are not supported
'SL_ANDROID4.1': {
base: 'SauceLabs',
browserName: 'android',
Expand All @@ -93,7 +95,7 @@ module.exports = function (config) {
browserName: 'android',
platform: 'Linux',
version: '4.3'
},
},*/
'SL_ANDROID4.4': {
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 7cd570e

Please sign in to comment.