Skip to content

Commit

Permalink
Really, really disable SL Chrome 45 (#9034)
Browse files Browse the repository at this point in the history
  • Loading branch information
jridgewell committed Apr 28, 2017
1 parent d212ca6 commit a1f860c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build-system/pr-check.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ const command = {
// All unit tests with an old chrome (best we can do right now to pass tests
// and not start relying on new features).
// Disabled because it regressed. Better to run the other saucelabs tests.
execOrDie(`${gulp} test --nobuild --saucelabs --oldchrome --compiled`);
// execOrDie(`${gulp} test --nobuild --saucelabs --oldchrome --compiled`);
},
presubmit: function() {
execOrDie(`${gulp} presubmit`);
Expand Down
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 a1f860c

Please sign in to comment.