summaryrefslogtreecommitdiff
path: root/test/parallel/test-dns-resolveany-bad-ancount.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-dns-resolveany-bad-ancount.js')
-rw-r--r--test/parallel/test-dns-resolveany-bad-ancount.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/parallel/test-dns-resolveany-bad-ancount.js b/test/parallel/test-dns-resolveany-bad-ancount.js
index d48d9385b8..4b13421b31 100644
--- a/test/parallel/test-dns-resolveany-bad-ancount.js
+++ b/test/parallel/test-dns-resolveany-bad-ancount.js
@@ -6,8 +6,6 @@ const assert = require('assert');
const dgram = require('dgram');
const dnsPromises = dns.promises;
-common.crashOnUnhandledRejection();
-
const server = dgram.createSocket('udp4');
server.on('message', common.mustCall((msg, { address, port }) => {