We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3230c33 commit dccbe41Copy full SHA for dccbe41
test/karma.config.ts
@@ -103,11 +103,6 @@ export function config(config) {
103
if (platform == 'saucelabs') {
104
config.sauceLabs.build = buildId;
105
config.sauceLabs.tunnelIdentifier = process.env.TRAVIS_JOB_NUMBER;
106
-
107
- // TODO(mlaval): remove once SauceLabs supports websockets.
108
- // This speeds up the capturing a bit, as browsers don't even try to use websocket.
109
- console.log('>>>> setting socket.io transport to polling <<<<');
110
- config.transports = ['polling'];
111
} else if (platform == 'browserstack') {
112
config.browserStack.build = buildId;
113
config.browserStack.tunnelIdentifier = process.env.TRAVIS_JOB_NUMBER;
0 commit comments