mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 10:56:16 -04:00
tests: remove another setTimeout for Edge tests..
This commit is contained in:
parent
cc606a24d7
commit
8c669682c4
2 changed files with 5 additions and 2 deletions
|
@ -92,12 +92,15 @@ sauceTestWorker.push({
|
|||
, 'browserName' : 'safari'
|
||||
, 'version' : 'latest'
|
||||
});
|
||||
// IE 10 doesn't appear to be working anyway
|
||||
/*
|
||||
// 4) IE 10 on Win 8
|
||||
sauceTestWorker.push({
|
||||
'platform' : 'Windows 8'
|
||||
, 'browserName' : 'iexplore'
|
||||
, 'version' : '10.0'
|
||||
});
|
||||
*/
|
||||
// 5) Edge on Win 10
|
||||
sauceTestWorker.push({
|
||||
'platform' : 'Windows 10'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue