From d141e9e80ce98e02650059a474ee0cf4a57cdc6c Mon Sep 17 00:00:00 2001 From: Jaydeep Dave Date: Fri, 22 Nov 2024 21:13:57 +0530 Subject: [PATCH] enabled local based on flag in ATS --- bin/commands/runs.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bin/commands/runs.js b/bin/commands/runs.js index baa04b12..3664036e 100644 --- a/bin/commands/runs.js +++ b/bin/commands/runs.js @@ -153,11 +153,6 @@ module.exports = function run(args, rawArgs) { } if (turboScaleSession) { - // Local is only required in case user is running on trial grid and wants to access private website. - // Even then, it will be spawned separately via browserstack-cli ats connect-grid command and not via browserstack-cypress-cli - // Hence whenever running on ATS, need to make local as false - bsConfig.connection_settings.local = false; - const gridDetails = await getTurboScaleGridDetails(bsConfig, args, rawArgs); if (gridDetails && Object.keys(gridDetails).length > 0) {