dont test against IE8 any more as we dont care about it

This commit is contained in:
John McLear 2015-04-12 13:16:32 +01:00
parent 6a027d88a9
commit 4ef6604ca9
1 changed files with 2 additions and 0 deletions

View File

@ -82,12 +82,14 @@ sauceTestWorker.push({
, 'version' : ''
});
/*
// IE 8
sauceTestWorker.push({
'platform' : 'Windows 2003'
, 'browserName' : 'iexplore'
, 'version' : '8'
});
*/
// IE 9
sauceTestWorker.push({