summaryrefslogtreecommitdiff
path: root/karma.conf.js
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2018-06-01 14:31:58 +0200
committerPierre Ossman <ossman@cendio.se>2018-06-01 15:26:52 +0200
commit127b63b79f6a419585f3cc12714df2bc9d8cca4e (patch)
tree4c4f46ffb72048339f39787c1fd4e251aded5f27 /karma.conf.js
parent81207ffebd47eb24912a1a3628445114b5c74f15 (diff)
downloadnovnc-127b63b79f6a419585f3cc12714df2bc9d8cca4e.tar.gz
Stop combining test platforms
Sauce is very unstable, so spread things out so we can more easily throttle things to more sane levels.
Diffstat (limited to 'karma.conf.js')
-rw-r--r--karma.conf.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/karma.conf.js b/karma.conf.js
index 7926678..9727c4c 100644
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -20,9 +20,6 @@ module.exports = function(config) {
for (let i = 0; i < names.length; i++) {
for (let j = 0; j < platforms.length; j++) {
- // FIXME Skip tests in Linux since Sauce Labs browser versions are ancient.
- // https://github.com/novnc/noVNC/pull/1013#issuecomment-382749805
- if (platforms[j] === 'Linux') continue;
for (let k = 0; k < versions.length; k++) {
let launcher_name = 'sl_' + platforms[j].replace(/[^a-zA-Z0-9]/g, '') + '_' + names[i];
if (versions[k]) {