Skip to content

Commit

Permalink
test: add skipIfInspectorDisabled to debugger-pid
Browse files Browse the repository at this point in the history
Currently this test will fail if node was configured --without-ssl.

PR-URL: #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>
  • Loading branch information
danbev committed May 9, 2017
1 parent cf980b0 commit f72376d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/parallel/test-debugger-pid.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
'use strict';
const common = require('../common');
common.skipIfInspectorDisabled();
const assert = require('assert');
const spawn = require('child_process').spawn;

Expand Down

0 comments on commit f72376d

Please sign in to comment.