Bug 752467 - disable leaky tests. r=zpao

This commit is contained in:
Dão Gottwald
2012-05-10 20:09:25 +02:00
parent eab2853add
commit 12628841e9
2 changed files with 3 additions and 3 deletions

View File

@@ -459,7 +459,7 @@ class ShutdownLeakLogger(object):
DOM windows (that are still around after test suite shutdown, despite running
the GC) to the tests that created them and prints leak statistics.
"""
MAX_LEAK_COUNT = 21
MAX_LEAK_COUNT = 11
def __init__(self, logger):
self.logger = logger