From 007e9ac5a0098ed276b16e18aa7627c5802f2406 Mon Sep 17 00:00:00 2001 From: Spencer Alger Date: Thu, 8 May 2014 17:23:06 -0700 Subject: [PATCH] quit testing that the unit tests run in ie9 --- grunt/config/saucelabs-mocha.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/grunt/config/saucelabs-mocha.js b/grunt/config/saucelabs-mocha.js index 8d8b638d4..e7bd8cabf 100644 --- a/grunt/config/saucelabs-mocha.js +++ b/grunt/config/saucelabs-mocha.js @@ -29,11 +29,6 @@ module.exports = { browserName: 'internet explorer', version: '10', platform: 'Windows 8' - }, - { - browserName: 'internet explorer', - version: '9', - platform: 'Windows 7' } ] }