Update test-dns-default-order-ipv{4,6}.js

This commit is contained in:
Kai Tamkun
2024-12-23 17:05:07 -08:00
parent c8b431cff2
commit 80a3a730eb
2 changed files with 0 additions and 4 deletions

View File

@@ -14,8 +14,6 @@ Bun.dns.lookup = common.mustCallAtLeast((...args) => {
const dns = require('dns');
const dnsPromises = dns.promises;
dns.setDefaultResultOrder('ipv4first');
// We want to test the parameter of order only so that we
// ignore possible errors here.
function allowFailed(fn) {

View File

@@ -14,8 +14,6 @@ Bun.dns.lookup = common.mustCallAtLeast((...args) => {
const dns = require('dns');
const dnsPromises = dns.promises;
dns.setDefaultResultOrder('ipv6first');
// We want to test the parameter of verbatim only so that we
// ignore possible errors here.
function allowFailed(fn) {