summaryrefslogtreecommitdiff
path: root/test/common/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/common/index.js')
-rw-r--r--test/common/index.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/common/index.js b/test/common/index.js
index 00ebd283a0..98a2687222 100644
--- a/test/common/index.js
+++ b/test/common/index.js
@@ -651,12 +651,6 @@ function skipIfInspectorDisabled() {
}
}
-function skipIfInspectorEnabled() {
- if (process.features.inspector) {
- skip('V8 inspector is enabled');
- }
-}
-
function skipIfReportDisabled() {
if (!process.config.variables.node_report) {
skip('Diagnostic reporting is disabled');
@@ -789,7 +783,6 @@ module.exports = {
skipIf32Bits,
skipIfEslintMissing,
skipIfInspectorDisabled,
- skipIfInspectorEnabled,
skipIfReportDisabled,
skipIfWorker,