Skip to content

Commit d141e9e

Browse files
committed
enabled local based on flag in ATS
1 parent 653e76d commit d141e9e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

bin/commands/runs.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,6 @@ module.exports = function run(args, rawArgs) {
153153
}
154154

155155
if (turboScaleSession) {
156-
// Local is only required in case user is running on trial grid and wants to access private website.
157-
// Even then, it will be spawned separately via browserstack-cli ats connect-grid command and not via browserstack-cypress-cli
158-
// Hence whenever running on ATS, need to make local as false
159-
bsConfig.connection_settings.local = false;
160-
161156
const gridDetails = await getTurboScaleGridDetails(bsConfig, args, rawArgs);
162157

163158
if (gridDetails && Object.keys(gridDetails).length > 0) {

0 commit comments

Comments
 (0)