Skip to content

Commit

Permalink
Temporarily pin Chrome version to 65.0
Browse files Browse the repository at this point in the history
Chrome 66.0 is failing on Windows machines for some reason, this will need to be figured out. Windows Chrome 65.0 works fine though so temporarily pin to this version.
  • Loading branch information
xuset committed May 4, 2018
1 parent 7c54574 commit 279feb6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,16 @@ module.exports = function (config) {
testName: 'idb-kv-store'
},
customLaunchers: {
SL_Chrome: {
SL_Chrome_Latest: {
base: 'SauceLabs',
browserName: 'chrome',
version: 'latest'
},
SL_Chrome: {
base: 'SauceLabs',
browserName: 'chrome',
version: '65.0'
},
SL_Firefox: {
base: 'SauceLabs',
browserName: 'firefox',
Expand Down

0 comments on commit 279feb6

Please sign in to comment.