$OpenBSD: patch-test_parallel_test-cluster-dgram-1_js,v 1.2 2018/02/10 14:50:35 abieber Exp $

Index: test/parallel/test-cluster-dgram-1.js
--- test/parallel/test-cluster-dgram-1.js.orig
+++ test/parallel/test-cluster-dgram-1.js
@@ -21,8 +21,8 @@
 
 'use strict';
 const common = require('../common');
-if (common.isWindows)
-  common.skip('dgram clustering is currently not supported on Windows.');
+if (common.isWindows || common.isOpenBSD)
+  common.skip('dgram clustering is currently not supported');
 
 const NUM_WORKERS = 4;
 const PACKETS_PER_WORKER = 10;
