test: delete sequential/test-debug-cluster
authorBen Noordhuis <info@bnoordhuis.nl>
Mon, 12 Jan 2015 10:58:17 +0000 (11:58 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Mon, 12 Jan 2015 17:30:54 +0000 (18:30 +0100)
commit5ec5fd83d442e14ad39d8e13092ebb681188d1ed
tree9ec770955045cda5d9e69094ba5757d62d4061e5
parentf0c6fe53e1f15782d48dd205cd0b21c54263a795
test: delete sequential/test-debug-cluster

The test does not work well with concurrent invocations of the test
runner because it uses fixed port numbers.  The functionality it tests
is covered by sequential/test-debug-port-cluster, a verbatim copy with
the only difference being that it doesn't use fixed port numbers.

PR-URL: https://github.com/iojs/io.js/pull/306
Reviewed-By: Miroslav Bajtoš <miroslav@strongloop.com>
test/sequential/test-debug-cluster.js [deleted file]