Backout a9541226ccd5 (bug 766886) to re-enable the test on debug builds, now the cause of the intermittent failure has been fixed

This commit is contained in:
Ed Morley 2012-11-13 17:16:36 +00:00
parent 5bc7e56411
commit ce7a3b5c6f

View File

@ -20,13 +20,6 @@
var p = document.getElementById('embedtest');
function startTest() {
// Skip in debug builds because of frequent leaks, bug 766886
if (SpecialPowers.isDebugBuild) {
todo(false, "test_streamatclose.html should stop leaking");
SimpleTest.finish();
return;
}
ok(p.streamTest("neverending.sjs", false, null, null,
function(r, t) {
is(r, 2, "Stream should have failed");