summaryrefslogtreecommitdiff
path: root/test/sequential/test-inspector-has-inspector-false.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/sequential/test-inspector-has-inspector-false.js')
-rw-r--r--test/sequential/test-inspector-has-inspector-false.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/sequential/test-inspector-has-inspector-false.js b/test/sequential/test-inspector-has-inspector-false.js
index cdb7ca9e19..56a50408bb 100644
--- a/test/sequential/test-inspector-has-inspector-false.js
+++ b/test/sequential/test-inspector-has-inspector-false.js
@@ -3,10 +3,10 @@
const common = require('../common');
-// This is to ensure that the sendInspectorCommand function calls the error
-// function if its called with the v8_enable_inspector is disabled
+if (process.features.inspector) {
+ common.skip('V8 inspector is enabled');
+}
-process.config.variables.v8_enable_inspector = 0;
const inspector = require('internal/util/inspector');
inspector.sendInspectorCommand(