From: Ryan Dahl Date: Mon, 10 May 2010 01:46:04 +0000 (-0700) Subject: Disable test-remote-module-loading X-Git-Tag: v0.1.95~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=15bb392afdfef26148b1d55f123b5ab00348496a;p=platform%2Fupstream%2Fnodejs.git 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 --- 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