Skip to content

Commit e248ac5

Browse files
committed
fix nested runner configuration
1 parent 40ef304 commit e248ac5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/runner/nested-request.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@ function runNestedRequest ({ executionId, isExecutionSkipped, vaultSecrets, item
129129
// Reuse current run's sandbox host across nested executions
130130
external: true,
131131
instance: self.host
132-
}
132+
},
133+
customParallelIterations: false
133134
},
134135
function (err, run) {
135136
let exceptionForThisRequest = null,

0 commit comments

Comments
 (0)