dont test against IE8 any more as we dont care about it
This commit is contained in:
parent
6a027d88a9
commit
4ef6604ca9
|
@ -82,12 +82,14 @@ sauceTestWorker.push({
|
|||
, 'version' : ''
|
||||
});
|
||||
|
||||
/*
|
||||
// IE 8
|
||||
sauceTestWorker.push({
|
||||
'platform' : 'Windows 2003'
|
||||
, 'browserName' : 'iexplore'
|
||||
, 'version' : '8'
|
||||
});
|
||||
*/
|
||||
|
||||
// IE 9
|
||||
sauceTestWorker.push({
|
||||
|
|
Loading…
Reference in New Issue