Skip to content

Commit

Permalink
removed ie8 vm test beacuse of saucelabs failing
Browse files Browse the repository at this point in the history
  • Loading branch information
ConstantineYurevich committed Jan 24, 2017
1 parent 82d29a5 commit 7edeb38
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ module.exports = function(config) {

if (process.env.SAUCE_ENABLED == "true") {
customLaunchers = {
slIe8Win7: {
base: 'SauceLabs',
browserName: 'internet explorer',
platform: 'Windows XP',
version: '8'
},
// slIe8Win7: {
// base: 'SauceLabs',
// browserName: 'internet explorer',
// platform: 'Windows XP',
// version: '8'
// },
slChromeWinXp: {
base: 'SauceLabs',
browserName: 'chrome',
Expand Down

0 comments on commit 7edeb38

Please sign in to comment.