Skip to content

Commit 1d130d0

Browse files
santigimenoMyles Borins
authored and
Myles Borins
committed
test: move the debugger tests back to parallel
Run the debugger with `--port=common.PORT` to avoid the use of the same port. PR-URL: #6246 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 3c8d404 commit 1d130d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/parallel/test-debugger-util-regression.js

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const fixture = path.join(
1212

1313
const args = [
1414
'debug',
15+
`--port=${common.PORT}`,
1516
fixture
1617
];
1718

0 commit comments

Comments
 (0)