parent
37c2a52833
commit
47a103a029
@ -29,6 +29,10 @@ var callbacks = 0;
|
||||
var client;
|
||||
var timer;
|
||||
|
||||
if (process.platform === 'darwin') {
|
||||
console.error('Test is disabled due to 17894467 Apple bug');
|
||||
return;
|
||||
}
|
||||
|
||||
client = dgram.createSocket('udp4');
|
||||
|
||||
|
@ -28,6 +28,11 @@ var dgram = require('dgram');
|
||||
var callbacks = 0;
|
||||
var client, timer, buf;
|
||||
|
||||
if (process.platform === 'darwin') {
|
||||
console.error('Test is disabled due to 17894467 Apple bug');
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
client = dgram.createSocket('udp4');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user