Skip to content

Commit

Permalink
One test instead of two (no scheduling policy specified)
Browse files Browse the repository at this point in the history
  • Loading branch information
Olegas committed Jun 2, 2015
1 parent 7ec2faa commit a923192
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 70 deletions.
68 changes: 0 additions & 68 deletions test/parallel/test-cluster-worker-wait-server-close-schedrr.js

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ if (cluster.isWorker) {
}).listen(common.PORT, common.localhostIPv4);
} else if (cluster.isMaster) {

cluster.schedulingPolicy = cluster.SCHED_NONE;

var connectionDone;
var checks = {
disconnectedOnClientsEnd: false,
Expand Down

0 comments on commit a923192

Please sign in to comment.