Skip to content

Commit

Permalink
Disable SauceLab's Chrome 45 Environment (#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 committed Apr 28, 2017
1 parent a150e95 commit 3b9ba74
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 3b9ba74

Please sign in to comment.