From 15bb392afdfef26148b1d55f123b5ab00348496a Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sun, 9 May 2010 18:46:04 -0700 Subject: [PATCH] Disable test-remote-module-loading In ab068db9b12a9fb8619f6a94299a8d7a35d4695b this test was broken because (I think) compile/run errors are set to crash the program instead of being passed back. Error reporting is more important than remote loading. Disabling until there is a fix --- test/{simple => disabled}/test-remote-module-loading.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{simple => disabled}/test-remote-module-loading.js (100%) diff --git a/test/simple/test-remote-module-loading.js b/test/disabled/test-remote-module-loading.js similarity index 100% rename from test/simple/test-remote-module-loading.js rename to test/disabled/test-remote-module-loading.js -- 2.7.4