diff --git a/karma.conf.js b/karma.conf.js index ec8d571..a2f4778 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -68,7 +68,6 @@ module.exports = function(config) { // IE if (runAll || process.env.SAUCE_IE) { - customLaunchers.SL_IE10 = createCustomLauncher('internet explorer', 10, 'Windows 2012'); customLaunchers.SL_IE11 = createCustomLauncher('internet explorer', 11, 'Windows 8.1'); }