From 4e1a2f9a89e96c36919c8cfffb7edd1936143c80 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Mon, 7 Jan 2013 03:36:47 +0100 Subject: [PATCH] test: disable simple/test-debug-brk-file This test is timing sensitive and hence quite unreliable with debug builds. What's worse is that it leaves a stray child process behind that listens on the default test port and that makes all the tests that come after it fail with EADDRINUSE errors. --- test/{simple => disabled}/test-debug-brk-file.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{simple => disabled}/test-debug-brk-file.js (100%) diff --git a/test/simple/test-debug-brk-file.js b/test/disabled/test-debug-brk-file.js similarity index 100% rename from test/simple/test-debug-brk-file.js rename to test/disabled/test-debug-brk-file.js