mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-28 11:26:16 -04:00
hrm, is htis a chrome bug?
This commit is contained in:
parent
275a70ecd9
commit
74108f5a4a
1 changed files with 1 additions and 3 deletions
|
@ -73,20 +73,18 @@ var sauceTestWorker = async.queue(function (testSettings, callback) {
|
|||
}, 5); //run 5 tests in parrallel
|
||||
|
||||
// 1) Firefox on Linux
|
||||
/*
|
||||
sauceTestWorker.push({
|
||||
'platform' : 'Linux'
|
||||
, 'browserName' : 'firefox'
|
||||
, 'version' : 'latest'
|
||||
});
|
||||
*/
|
||||
/*
|
||||
// 2) Chrome on Linux
|
||||
sauceTestWorker.push({
|
||||
'platform' : 'Linux'
|
||||
, 'browserName' : 'googlechrome'
|
||||
, 'version' : 'latest'
|
||||
});
|
||||
/*
|
||||
// 3) Safari on OSX 10.15
|
||||
sauceTestWorker.push({
|
||||
'platform' : 'OS X 10.15'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue