<!-- Thank you for reporting a possible bug in Node.js. Please fill in as much of the template below as you can. Version: output of `node -v` Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows) Subsystem: if known, please specify the affected core module name If possible, please provide code that demonstrates the problem, keeping it as simple and free of external dependencies as you can. --> * **Version**: master * **Platform**: macOS * **Subsystem**: dgram <!-- Please provide more details below this comment. --> I'm seeing consistent timeout failures for a few of the `test-dgram-*` tests: ``` not ok 401 parallel/test-dgram-send-empty-array not ok 402 parallel/test-dgram-send-empty-buffer not ok 563 parallel/test-dgram-send-empty-packet ``` https://ci.nodejs.org/job/chakracore-test-osx/415/nodes=osx1010/
I'm seeing consistent timeout failures for a few of the
test-dgram-*tests:https://ci.nodejs.org/job/chakracore-test-osx/415/nodes=osx1010/