Skip to content

Commit 4a4371c

Browse files
committed
reenabling tunnel id
1 parent 5b90edb commit 4a4371c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if (config.localBrowser) {
3030
'browser': config.browser,
3131
'version': config.browserVersion,
3232
'os': 'windows',
33-
//'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
33+
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
3434
'idle-timeout': 900,
3535
/*'browserstack.debug': 'true',
3636
'browserstack.user': config.browserstackUser,

0 commit comments

Comments
 (0)