Skip to content

Commit c512117

Browse files
minor fix
1 parent e752405 commit c512117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/testhub/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ exports.setTestObservabilityVariables = (
6969
return [null, null, null];
7070
}
7171

72-
if (testObservabilityHelper.isBrowserstackInfra()) {
72+
if (responseData.observability && responseData.observability.success) {
7373
process.env.BS_TESTOPS_BUILD_COMPLETED = true;
7474
testObservabilityHelper.setEnvironmentVariablesForRemoteReporter(
7575
responseData.jwt,

0 commit comments

Comments
 (0)