Skip to content

Commit

Permalink
fixup! cluster: fix closing dgram sockets in cluster workers throws e…
Browse files Browse the repository at this point in the history
…rrors
  • Loading branch information
oyyd committed Jul 8, 2022
1 parent 1e02f40 commit b8517cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/parallel/test-dgram-cluster-close-in-listening.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
const common = require('../common');
const dgram = require('dgram');
const cluster = require('cluster');
if (common.isWindows)
common.skip('dgram clustering is currently not supported on windows.');

if (cluster.isPrimary) {
for (let i = 0; i < 3; i += 1) {
Expand Down

0 comments on commit b8517cd

Please sign in to comment.