summaryrefslogtreecommitdiff
path: root/test/parallel/test-cluster-bind-privileged-port.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-cluster-bind-privileged-port.js')
-rw-r--r--test/parallel/test-cluster-bind-privileged-port.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/parallel/test-cluster-bind-privileged-port.js b/test/parallel/test-cluster-bind-privileged-port.js
index e95768a8fc..57aa4c735d 100644
--- a/test/parallel/test-cluster-bind-privileged-port.js
+++ b/test/parallel/test-cluster-bind-privileged-port.js
@@ -26,6 +26,9 @@ const common = require('../common');
if (common.isOSX)
common.skip('macOS may allow ordinary processes to use any port');
+if (common.isIBMi)
+ common.skip('IBMi may allow ordinary processes to use any port');
+
if (common.isWindows)
common.skip('not reliable on Windows.');