tests: remove another setTimeout for Edge tests..

This commit is contained in:
John McLear 2020-05-29 21:06:38 +01:00 committed by GitHub
parent cc606a24d7
commit 8c669682c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View file

@ -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'