From 7266b75779f149ef3c394925b29e6a8295f75a36 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Thu, 8 Jan 2015 11:46:21 +0100 Subject: [PATCH] test: move broadcast/multicast test to internet/ Move parallel/test-dgram-broadcast-multi-process to test/internet. The test does not play nice with firewalls that restrict broadcast or multicast traffic, nor can it be rewritten to use only loopback traffic without running into platform-specific limitations, see also commits 52e600a and 236533c (TODO: update second one before landing.) PR-URL: https://github.com/iojs/io.js/pull/259 Reviewed-By: Rod Vagg --- test/{parallel => internet}/test-dgram-broadcast-multi-process.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{parallel => internet}/test-dgram-broadcast-multi-process.js (100%) diff --git a/test/parallel/test-dgram-broadcast-multi-process.js b/test/internet/test-dgram-broadcast-multi-process.js similarity index 100% rename from test/parallel/test-dgram-broadcast-multi-process.js rename to test/internet/test-dgram-broadcast-multi-process.js -- 2.7.4