aboutsummaryrefslogtreecommitdiff
path: root/test/parallel/test-debugger-pid.js
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2017-05-07 14:10:32 +0200
committerDaniel Bevenius <daniel.bevenius@gmail.com>2017-05-09 12:49:12 +0200
commitf72376d3230be7c968e392d59680bd01f8c20360 (patch)
treeedeb8b176934c7dfba964984c4e7e366e9205992 /test/parallel/test-debugger-pid.js
parentcf980b0311ec37154c3ad70bffe69b2b929c7660 (diff)
downloadandroid-node-v8-f72376d3230be7c968e392d59680bd01f8c20360.tar.gz
android-node-v8-f72376d3230be7c968e392d59680bd01f8c20360.tar.bz2
android-node-v8-f72376d3230be7c968e392d59680bd01f8c20360.zip
test: add skipIfInspectorDisabled to debugger-pid
Currently this test will fail if node was configured --without-ssl. PR-URL: https://github.com/nodejs/node/pull/12882 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Diffstat (limited to 'test/parallel/test-debugger-pid.js')
-rw-r--r--test/parallel/test-debugger-pid.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/parallel/test-debugger-pid.js b/test/parallel/test-debugger-pid.js
index 536abf2532..e11d23152f 100644
--- a/test/parallel/test-debugger-pid.js
+++ b/test/parallel/test-debugger-pid.js
@@ -1,5 +1,6 @@
'use strict';
const common = require('../common');
+common.skipIfInspectorDisabled();
const assert = require('assert');
const spawn = require('child_process').spawn;