mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
Don't test with browsers with very low usage
This commit is contained in:
parent
ecdd39bca6
commit
401243e9b0
1 changed files with 0 additions and 21 deletions
|
@ -78,27 +78,6 @@ sauceTestWorker.push({
|
|||
, '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
|
||||
sauceTestWorker.push({
|
||||
'platform' : 'Windows 2003'
|
||||
|
|
Loading…
Reference in a new issue