Skip to content

Commit

Permalink
trying to fix BS tunnel again
Browse files Browse the repository at this point in the history
  • Loading branch information
tompahoward committed Nov 8, 2020
1 parent 96e1d34 commit b390259
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/test/clients/waychaser-via-webdriver-remote.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ class WaychaserViaWebdriverRemote extends WaychaserViaWebdriver {
this.tunnel = new browserstack.Local({
key: process.env.BROWSERSTACK_ACCESS_KEY,
verbose: true,
...(process.env.BROWSERSTACK_LOCAL_IDENTIFIER && {
localIdentifier: process.env.BROWSERSTACK_LOCAL_IDENTIFIER,
}),
});
await new Promise((resolve, reject) => {
this.tunnel.start({}, (error) => {
Expand Down

0 comments on commit b390259

Please sign in to comment.