test: don't skip when common.mustCall() is pending · nodejs/node@ba96c8f · GitHub
Skip to content

Commit ba96c8f

Browse files
cjihrigjasnell
authored andcommitted
test: don't skip when common.mustCall() is pending
The test parallel/test-dgram-multicast-set-interface.js was calling common.skip() on hosts that do not support IPv6. However, by this point, there were several outstanding common.mustCall() invocations. The process.exit() in common.skip() triggered those common.mustCall()s as errors. Fixes: #15419 PR-URL: #15421 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
1 parent 87a3162 commit ba96c8f

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

test/parallel/test-dgram-multicast-set-interface.js

Lines changed: 4 additions & 3 deletions

0 commit comments

Comments
 (0)