Don't test with browsers with very low usage
This commit is contained in:
parent
ecdd39bca6
commit
401243e9b0
|
@ -78,27 +78,6 @@ sauceTestWorker.push({
|
||||||
, 'version' : ''
|
, 'version' : ''
|
||||||
});
|
});
|
||||||
|
|
||||||
// Opera
|
|
||||||
sauceTestWorker.push({
|
|
||||||
'platform' : 'Windows 2008'
|
|
||||||
, 'browserName' : 'opera'
|
|
||||||
, 'version' : ''
|
|
||||||
});
|
|
||||||
|
|
||||||
//Safari
|
|
||||||
sauceTestWorker.push({
|
|
||||||
'platform' : 'Mac 10.6'
|
|
||||||
, 'browserName' : 'safari'
|
|
||||||
, 'version' : ''
|
|
||||||
});
|
|
||||||
|
|
||||||
// IE 7
|
|
||||||
sauceTestWorker.push({
|
|
||||||
'platform' : 'Windows 2003'
|
|
||||||
, 'browserName' : 'iexplore'
|
|
||||||
, 'version' : '7'
|
|
||||||
});
|
|
||||||
|
|
||||||
// IE 8
|
// IE 8
|
||||||
sauceTestWorker.push({
|
sauceTestWorker.push({
|
||||||
'platform' : 'Windows 2003'
|
'platform' : 'Windows 2003'
|
||||||
|
|
Loading…
Reference in New Issue