Skip to content

Commit

Permalink
Merge pull request #681 from browserstack/OB_2080_remove_event_listeners
Browse files Browse the repository at this point in the history
OB-2080 Remove cypress event listeners temporarily
  • Loading branch information
pranavj1001 committed Sep 14, 2023
2 parents ca88a8d + c5e500a commit 7420085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/testObservability/helper/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ exports.launchTestSession = async (user_config, bsConfigPath) => {
exports.debug('Build creation successfull!');
process.env.BS_TESTOPS_BUILD_COMPLETED = true;
setEnvironmentVariablesForRemoteReporter(response.data.jwt, response.data.build_hashed_id, response.data.allow_screenshots, data.observability_version.sdkVersion);
setEventListeners();
// setEventListeners();
if(this.isBrowserstackInfra()) setBrowserstackCypressCliDependency(user_config);
} catch(error) {
if(!error.errorType) {
Expand Down

0 comments on commit 7420085

Please sign in to comment.