diff options
Diffstat (limited to 'test/known_issues/test-inspector-cluster-port-clash.js')
-rw-r--r-- | test/known_issues/test-inspector-cluster-port-clash.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/known_issues/test-inspector-cluster-port-clash.js b/test/known_issues/test-inspector-cluster-port-clash.js index 51ae94f597..9fa2b48356 100644 --- a/test/known_issues/test-inspector-cluster-port-clash.js +++ b/test/known_issues/test-inspector-cluster-port-clash.js @@ -23,8 +23,6 @@ if (process.config.variables.v8_enable_inspector === 0) { const cluster = require('cluster'); const net = require('net'); -common.crashOnUnhandledRejection(); - const ports = [process.debugPort]; const clashPort = process.debugPort + 2; function serialFork() { |