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' : ''
|
, 'version' : ''
|
||||||
});
|
});
|
||||||
|
|
||||||
|
/*
|
||||||
// IE 8
|
// IE 8
|
||||||
sauceTestWorker.push({
|
sauceTestWorker.push({
|
||||||
'platform' : 'Windows 2003'
|
'platform' : 'Windows 2003'
|
||||||
, 'browserName' : 'iexplore'
|
, 'browserName' : 'iexplore'
|
||||||
, 'version' : '8'
|
, 'version' : '8'
|
||||||
});
|
});
|
||||||
|
*/
|
||||||
|
|
||||||
// IE 9
|
// IE 9
|
||||||
sauceTestWorker.push({
|
sauceTestWorker.push({
|
||||||
|
|
Loading…
Reference in New Issue