Skip to content

Commit

Permalink
ci: re-enable android 7 saucelabs tests (angular#35171)
Browse files Browse the repository at this point in the history
We fixed the tunnel connectivity issues by using a localhost domain
alias. Hence we can re-enable the Android 7.1 Saucelabs tests.

PR Close angular#35171
  • Loading branch information
devversion authored and mhevery committed Feb 6, 2020
1 parent 363e1ab commit bee6d73
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions browser-providers.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ var CIconfiguration = {
'Android4.4': {unitTest: {target: 'SL', required: false}, e2e: {target: null, required: true}},
'Android5': {unitTest: {target: 'SL', required: false}, e2e: {target: null, required: true}},
'Android6': {unitTest: {target: 'SL', required: true}, e2e: {target: null, required: true}},
// Temporary disabled due to SauceLab timeout.
// https://angular-team.atlassian.net/browse/FW-1821
// 'Android7': {unitTest: {target: 'SL', required: true}, e2e: {target: null, required: true}},
'Android7': {unitTest: {target: null, required: false}, e2e: {target: null, required: true}},
'Android7': {unitTest: {target: 'SL', required: true}, e2e: {target: null, required: true}},
'Safari7': {unitTest: {target: 'BS', required: false}, e2e: {target: null, required: true}},
'Safari8': {unitTest: {target: 'BS', required: false}, e2e: {target: null, required: true}},
'Safari9': {unitTest: {target: 'BS', required: false}, e2e: {target: null, required: true}},
Expand Down

0 comments on commit bee6d73

Please sign in to comment.