Skip to content

Commit d86a3e8

Browse files
Trottaddaleax
authored andcommitted
test: remove unnecessary skipIfWorker()
test-inspector-port-cluster passes in workers. Remove skipIfWorker() from the test. PR-URL: #25427 Reviewed-By: Eugene Ostroukhov <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent a29adef commit d86a3e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/sequential/test-inspector-port-cluster.js

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

55
common.skipIfInspectorDisabled();
6-
common.skipIfWorker();
76

87
const assert = require('assert');
98
const cluster = require('cluster');

0 commit comments

Comments
 (0)