test: delete parallel/test-process-active-wraps
authorBen Noordhuis <info@bnoordhuis.nl>
Fri, 23 Jan 2015 16:31:48 +0000 (17:31 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Fri, 23 Jan 2015 16:59:12 +0000 (17:59 +0100)
commit3143d732f6efd82da76e9c53ad192ac14071bf70
treecac3d27d100cb2c26590c666c3bfef215333b54e
parent4f95b5d8253ef64e3673b9fa178c41dc8109b72b
test: delete parallel/test-process-active-wraps

It is supposed to test an internal debug feature but what it effectively
ends up testing, is the exact lifecyle of different kinds of internal
handles.

Lifecycles are different across releases and platforms, making the test
fail intermittently or, in some environments, consistently.  It's not a
good test, delete it.

PR-URL: https://github.com/iojs/io.js/pull/575
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Fedor Indutny <fedor@indutny.com>
test/parallel/test-process-active-wraps.js [deleted file]