Skip to content

Commit

Permalink
ci: disable Android 4.1, 4.2 and 4.3 in SauceLabs (angular#14461)
Browse files Browse the repository at this point in the history
These browsers are not supported anymore: https://wiki.saucelabs.com/pages/viewpage.action?pageId=67012495

Tried to switch them to BrowserStack, but the emulators are too slow to run the full campaign (time out in tests, and disconnect eventually).
  • Loading branch information
marclaval authored and chuckjaz committed Mar 16, 2017
1 parent 923d0c5 commit f92d644
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions browser-providers.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ var CIconfiguration = {
'IE10': {unitTest: {target: 'SL', required: true}, e2e: {target: null, required: true}},
'IE11': {unitTest: {target: 'SL', required: true}, e2e: {target: null, required: true}},
'Edge': {unitTest: {target: 'BS', required: false}, e2e: {target: null, required: true}},
'Android4.1': {unitTest: {target: 'SL', required: false}, e2e: {target: null, required: true}},
'Android4.2': {unitTest: {target: 'SL', required: false}, e2e: {target: null, required: true}},
'Android4.3': {unitTest: {target: 'SL', required: false}, e2e: {target: null, required: true}},
'Android4.4': {unitTest: {target: 'SL', required: false}, e2e: {target: null, required: true}},
'Android5': {unitTest: {target: 'SL', required: false}, e2e: {target: null, required: true}},
'Safari7': {unitTest: {target: 'BS', required: false}, e2e: {target: null, required: true}},
Expand Down

0 comments on commit f92d644

Please sign in to comment.