diff options
author | Peter 'Pita' Martischka <petermartischka@googlemail.com> | 2012-11-03 16:20:05 +0000 |
---|---|---|
committer | Peter 'Pita' Martischka <petermartischka@googlemail.com> | 2012-11-03 16:20:05 +0000 |
commit | 401243e9b0fd20a8f1c206e4454d708349339dce (patch) | |
tree | e0053fe612141cf8f17781d6ff63133bccc2df82 /tests/frontend | |
parent | ecdd39bca67718c223385493b6cc23a9feac6ff5 (diff) | |
download | etherpad-lite-401243e9b0fd20a8f1c206e4454d708349339dce.zip |
Don't test with browsers with very low usage
Diffstat (limited to 'tests/frontend')
-rw-r--r-- | tests/frontend/travis/remote_runner.js | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/tests/frontend/travis/remote_runner.js b/tests/frontend/travis/remote_runner.js index 8a3a1c67..b4ba959a 100644 --- a/tests/frontend/travis/remote_runner.js +++ b/tests/frontend/travis/remote_runner.js @@ -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' |