Skip to content

Commit

Permalink
test: remove unnecessary skipIfWorker()
Browse files Browse the repository at this point in the history
test-inspector-port-cluster passes in workers. Remove skipIfWorker()
from the test.

PR-URL: #25427
Reviewed-By: Eugene Ostroukhov <eostroukhov@google.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
Trott authored and MylesBorins committed May 16, 2019
1 parent e6d1eb3 commit d2df34d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/sequential/test-inspector-port-cluster.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
const common = require('../common');

common.skipIfInspectorDisabled();
common.skipIfWorker();

const assert = require('assert');
const cluster = require('cluster');
Expand Down

0 comments on commit d2df34d

Please sign in to comment.