Skip to content

Commit 6893547

Browse files
committed
remove cypress event listeners temporarily
1 parent b96ba50 commit 6893547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/testObservability/helper/helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ exports.launchTestSession = async (user_config, bsConfigPath) => {
583583
exports.debug('Build creation successfull!');
584584
process.env.BS_TESTOPS_BUILD_COMPLETED = true;
585585
setEnvironmentVariablesForRemoteReporter(response.data.jwt, response.data.build_hashed_id, response.data.allow_screenshots, data.observability_version.sdkVersion);
586-
setEventListeners();
586+
// setEventListeners();
587587
if(this.isBrowserstackInfra()) setBrowserstackCypressCliDependency(user_config);
588588
} catch(error) {
589589
if(!error.errorType) {

0 commit comments

Comments
 (0)