From 2b3ad4b5d44dddce2a30c5bb38097396dcabc1c3 Mon Sep 17 00:00:00 2001 From: Vitaly Puzrin Date: Wed, 17 Feb 2016 11:14:13 +0300 Subject: [PATCH] Disable IE6/7 tests - unstable at saucelabs --- Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index a8f22c8..e4f3c80 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -34,14 +34,14 @@ module.exports = function (grunt) { browserName: 'internet explorer', platform: 'WIN7', version: '8' - }, { + /*}, { browserName: 'internet explorer', platform: 'XP', version: '7' }, { browserName: 'internet explorer', platform: 'XP', - version: '6' + version: '6'*/ }, { browserName: 'safari', platform: 'OS X 10.8',