diff --git a/test/parallel/test-cluster-worker-disconnect.js b/test/parallel/test-cluster-worker-disconnect.js index 7f4038149cd7d1..4c9aaf1115d13f 100644 --- a/test/parallel/test-cluster-worker-disconnect.js +++ b/test/parallel/test-cluster-worker-disconnect.js @@ -69,10 +69,6 @@ if (cluster.isWorker) { checks.worker.emitExit = true; checks.worker.died = !alive(worker.process.pid); checks.worker.emitDisconnectInsideWorker = code === 42; - - process.nextTick(function() { - process.exit(0); - }); }); process.once('exit', function() {