Disable sporatically failing test that bz enabled earlier due to oranges.

This commit is contained in:
reed@reedloden.com 2008-01-28 21:33:21 -08:00
parent c14a79577c
commit f5a03f70fc

View File

@ -169,6 +169,9 @@ function makeHandler(headerIdx, bodyIdx) {
var httpserv;
function run_test() {
// disable again for everything for now (causes sporatic oranges)
return;
// disable on Windows for now, because it seems to leak sockets and die.
// Silly operating system!
// This is a really nasty way to detect Windows. I wish we could do better.