Skip to content

test: move test that depends on dns query to internet

Rodrigo Muino Tomonari requested to merge github/fork/joyeecheung/mov-inet into master

These test cases in test/parallel/test-dns-lookup.js send dns requests and depend on the results, which could fail if the DNS service for invalid hosts is hijacked by the ISP.

  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading