Skip to content

Commit adfbfc9

Browse files
committed
test: fix test by removing node-inspect/lib/_inspect
If this file is loaded with Node.js build without ssl, it will load 'node-inspect/lib/internal/inspect_client' as well. Due to that two deprecation warnings will be emitted instead of one and the test fails. It should be safe to just test all other cases and to ignore this specific file. PR-URL: #26619 Fixes: #26480 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
1 parent 6adcc6f commit adfbfc9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/parallel/test-require-deps-deprecation.js

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ const common = require('../common');
44
const assert = require('assert');
55

66
const deprecatedModules = [
7-
'node-inspect/lib/_inspect',
87
'node-inspect/lib/internal/inspect_client',
98
'node-inspect/lib/internal/inspect_repl',
109
'v8/tools/SourceMap',

0 commit comments

Comments
 (0)