From a39f669bc7f6d3860329b0d2a1a78b59dd115b10 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Mon, 28 Jan 2013 12:41:54 +0100 Subject: [PATCH] test: move simple/test-http-dns-fail to test/internet The test times out when the upstream DNS resolver takes too long to respond. See #4672. --- test/{simple => internet}/test-http-dns-fail.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{simple => internet}/test-http-dns-fail.js (100%) diff --git a/test/simple/test-http-dns-fail.js b/test/internet/test-http-dns-fail.js similarity index 100% rename from test/simple/test-http-dns-fail.js rename to test/internet/test-http-dns-fail.js