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 sauce labs test target of Android 4.1,4.2,4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaLiPassion committed Jan 7, 2017
1 parent 82722c3 commit 6cd0fee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sauce.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ module.exports = function (config) {
platform: 'Windows 10',
version: '13.10586'
},
'SL_ANDROID4.1': {
/*'SL_ANDROID4.1': {
base: 'SauceLabs',
browserName: 'android',
platform: 'Linux',
Expand All @@ -99,7 +99,7 @@ module.exports = function (config) {
browserName: 'android',
platform: 'Linux',
version: '4.4'
},
},*/
'SL_ANDROID5.1': {
base: 'SauceLabs',
browserName: 'android',
Expand Down

0 comments on commit 6cd0fee

Please sign in to comment.