summaryrefslogtreecommitdiff
path: root/test/parallel/test-cluster-disconnect-unshared-udp.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-cluster-disconnect-unshared-udp.js')
-rw-r--r--test/parallel/test-cluster-disconnect-unshared-udp.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/parallel/test-cluster-disconnect-unshared-udp.js b/test/parallel/test-cluster-disconnect-unshared-udp.js
index 653ab6cc9c..d34ce11b02 100644
--- a/test/parallel/test-cluster-disconnect-unshared-udp.js
+++ b/test/parallel/test-cluster-disconnect-unshared-udp.js
@@ -23,10 +23,8 @@
const common = require('../common');
-if (common.isWindows) {
+if (common.isWindows)
common.skip('on windows, because clustered dgram is ENOTSUP');
- return;
-}
const cluster = require('cluster');
const dgram = require('dgram');