mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
tests: disable a version of safari for now as its too buggy on sauce labs
This commit is contained in:
parent
180983736d
commit
8176942e04
1 changed files with 2 additions and 0 deletions
|
@ -101,12 +101,14 @@ sauceTestWorker.push({
|
|||
, 'args' : ['--use-fake-device-for-media-stream']
|
||||
});
|
||||
|
||||
/*
|
||||
// 3) Safari on OSX 10.15
|
||||
sauceTestWorker.push({
|
||||
'platform' : 'OS X 10.15'
|
||||
, 'browserName' : 'safari'
|
||||
, 'version' : '13.1'
|
||||
});
|
||||
*/
|
||||
|
||||
// 4) Safari on OSX 10.14
|
||||
sauceTestWorker.push({
|
||||
|
|
Loading…
Reference in a new issue