Skip to content

Commit

Permalink
Disable SauceLab's Chrome 45 Environment (ampproject#9028)
Browse files Browse the repository at this point in the history
It's sooooo slow it's killing our Travis builds.
  • Loading branch information
jridgewell authored and Eric Kenney committed May 3, 2017
1 parent 4a1a324 commit 6da6bc9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build-system/tasks/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ module.exports = {
base: 'SauceLabs',
browserName: 'chrome',
},
SL_Chrome_45: {
base: 'SauceLabs',
browserName: 'chrome',
version: '45',
},
// SL_Chrome_45: {
// base: 'SauceLabs',
// browserName: 'chrome',
// version: '45',
// },
SL_iOS_8_4: {
base: 'SauceLabs',
browserName: 'iphone',
Expand Down

0 comments on commit 6da6bc9

Please sign in to comment.