Skip to content

Commit 9118835

Browse files
committed
Parallel: Removed redundant cluster disconnect
1 parent 447408e commit 9118835

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/parallel_runner.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ class ParallelRunner extends RunnerBase {
277277
const workerPromises = Object.values(this.cluster_.workers)
278278
.map(worker => this.runWorker_(worker));
279279
await Promise.all(workerPromises);
280-
await new Promise(resolve => this.cluster_.disconnect(resolve));
281280
}
282281

283282
async runWorker_(worker) {

0 commit comments

Comments
 (0)