Skip to content

Commit

Permalink
ci: temporarily disable chrome mobile tests on android (angular#32403)
Browse files Browse the repository at this point in the history
Temporarily disables saucelabs tests for Chrome Mobile on
android devices. This is because the browsers constantly do not
capture in Karma due to some connectivity issue where the
browsers are not able to load the karma page.

PR Close angular#32403
  • Loading branch information
devversion authored and mhevery committed Aug 29, 2019
1 parent 7742a99 commit 63dff9c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions browser-providers.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@ var CIconfiguration = {
'Edge': {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}},
'Android6': {unitTest: {target: 'SL', required: true}, e2e: {target: null, required: true}},
'Android7': {unitTest: {target: 'SL', required: true}, e2e: {target: null, required: true}},
// TODO: Re-enable Android6 and Android7 as these are just temporarily disabled because
// the browsers don't capture. This seems to be because the browsers are not able to
// establish a connection to the karma server through the tunnel.
'Android6': {unitTest: {target: 'SL', required: false}, e2e: {target: null, required: true}},
'Android7': {unitTest: {target: 'SL', required: false}, 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 63dff9c

Please sign in to comment.