Skip to content

Commit f72376d

Browse files
committed
test: add skipIfInspectorDisabled to debugger-pid
Currently this test will fail if node was configured --without-ssl. PR-URL: #12882 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]>
1 parent cf980b0 commit f72376d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/parallel/test-debugger-pid.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
'use strict';
22
const common = require('../common');
3+
common.skipIfInspectorDisabled();
34
const assert = require('assert');
45
const spawn = require('child_process').spawn;
56

0 commit comments

Comments
 (0)