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

Commit 7cd570e

Browse files
JiaLiPassionmhevery
authored andcommitted
fix #584, remove android 4.1~4.3, add no-ssl options to make android 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
1 parent fb8d51c commit 7cd570e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: sauce.conf.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ module.exports = function (config) {
7676
platform: 'Windows 10',
7777
version: '13.10586'
7878
},
79+
/*
80+
fix issue #584, Android 4.1~4.3 are not supported
7981
'SL_ANDROID4.1': {
8082
base: 'SauceLabs',
8183
browserName: 'android',
@@ -93,7 +95,7 @@ module.exports = function (config) {
9395
browserName: 'android',
9496
platform: 'Linux',
9597
version: '4.3'
96-
},
98+
},*/
9799
'SL_ANDROID4.4': {
98100
base: 'SauceLabs',
99101
browserName: 'android',

Diff for: scripts/sauce/sauce_connect_setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ echo " $CONNECT_LOG"
4646
echo " $CONNECT_STDOUT"
4747
echo " $CONNECT_STDERR"
4848
sauce-connect/bin/sc -u $SAUCE_USERNAME -k $SAUCE_ACCESS_KEY $ARGS \
49-
--reconnect 100 --logfile $CONNECT_LOG 2> $CONNECT_STDERR 1> $CONNECT_STDOUT &
49+
--reconnect 100 --no-ssl-bump-domains all --logfile $CONNECT_LOG 2> $CONNECT_STDERR 1> $CONNECT_STDOUT &

0 commit comments

Comments
 (0)