From d41201c8fd1c3c6591ff52c20aa3e6d2f6766af8 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Wed, 9 Jan 2019 16:03:05 -0800 Subject: [PATCH] test: remove unnecessary skipIfWorker() test-inspector-port-cluster passes in workers. Remove skipIfWorker() from the test. --- test/sequential/test-inspector-port-cluster.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/sequential/test-inspector-port-cluster.js b/test/sequential/test-inspector-port-cluster.js index b58dbd83b6159a..f7bebd926e9780 100644 --- a/test/sequential/test-inspector-port-cluster.js +++ b/test/sequential/test-inspector-port-cluster.js @@ -3,7 +3,6 @@ const common = require('../common'); common.skipIfInspectorDisabled(); -common.skipIfWorker(); const assert = require('assert'); const cluster = require('cluster');